color codes Logo

#d4028d color codes

#D4028D
(212,2,141)
0 Favorites   0 Comments

Color spaces of #d4028d

RGB 2122141
HSL0.890.980.42
HSV320°99°83°
CMYK 0.000.990.33   0.17
XYZ31.980815.963626.5950
Yxy15.96360.42900.2142
Hunter Lab39.954572.9566-11.4972
CIE-Lab46.926776.5301-16.5249

#d4028d color RGB value is (212,2,141).

#d4028d hex color red value is 212, green value is 2 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d4028d hue: 0.89 , saturation: 0.98 and the lightness value of d4028d is 0.42.

The process color (four color CMYK) of #d4028d color code is 0.00, 0.99, 0.33, 0.17. Web safe color of #d4028d is #cc0099. Color #d4028d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000010 10001101
Octal 324 2 215
Decimal 212 2 141
Hex D4 2 8D

RGB Percentages of Color #d4028d

%59.72
%0.56
%39.72

CMYK Percentages of Color #d4028d

%0
%99
%33
%17

Triadic Colors of #d4028d

#d4028d #8dd402 #028dd4

Analogous Colors of #d4028d

#d4028d #d40224 #b202d4

Monochromatic Colors of #d4028d

#d4028d

Complementary Color

#d4028d #02d449

#d4028d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4028d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4028d Color CSS Codes

.mybgcolor {background-color:#d4028d; } 
.myforecolor {color:#d4028d; }
.mybordercolor {border:3px solid #d4028d; }

#d4028d Text Font Color

<p style="color:#d4028d">Text here</p>

This sample text font color is #d4028d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d4028d Background Color

<div style="background-color:#d4028d">
Div content here</div>

This div background color is #d4028d


#d4028d Border Color

<div style="border:3px solid #d4028d">
Div here</div>

This div border color is #d4028d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,2,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4028d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4028d;
  -webkit-box-shadow: 1px 1px 3px 2px #d4028d;
  box-shadow:         1px 1px 3px 2px #d4028d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,2,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4028d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d4028d;
  -webkit-box-shadow: 1px 1px 3px 2px #d4028d;
  box-shadow:         1px 1px 3px 2px #d4028d;">
Div content here</div>

This div box has shadow with color #d4028d


Comments

No comments written yet.

Please login to write comment.