Color Hex Logo

#d0406c Color Hex

#D0406C
(208,64,108)
0 Favorites   0 Comments

Color spaces of #d0406c

RGB 20864108
HSL0.950.610.53
HSV342°69°82°
CMYK 0.000.690.48   0.18
XYZ30.552618.159416.0822
Yxy18.15940.47150.2803
Hunter Lab42.613853.40397.4540
CIE-Lab49.688959.36837.5364

#d0406c color RGB value is (208,64,108).

#d0406c hex color red value is 208, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #d0406c hue: 0.95 , saturation: 0.61 and the lightness value of d0406c is 0.53.

The process color (four color CMYK) of #d0406c color hex is 0.00, 0.69, 0.48, 0.18. Web safe color of #d0406c is #cc3366. Color #d0406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 01101100
Octal 320 100 154
Decimal 208 64 108
Hex D0 40 6C

RGB Percentages of Color #d0406c

%54.74
%16.84
%28.42

CMYK Percentages of Color #d0406c

%0
%69
%48
%18

Triadic Colors of #d0406c

#d0406c #6cd040 #406cd0

Analogous Colors of #d0406c

#d0406c #d05c40 #d040b4

Monochromatic Colors of #d0406c

#d0406c

Complementary Color

#d0406c #40d0a4

#d0406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0406c Color CSS Codes

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

#d0406c Text Font Color

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

This sample text font color is #d0406c
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.


#d0406c Background Color

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

This div background color is #d0406c


#d0406c Border Color

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

This div border color is #d0406c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,64,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0406c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0406c;
  -webkit-box-shadow: 1px 1px 3px 2px #d0406c;
  box-shadow:         1px 1px 3px 2px #d0406c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0406c


Comments

No comments written yet.

Please login to write comment.