Color Hex Logo

#d006af Color Hex

#D006AF
(208,6,175)
0 Favorites   0 Comments

Color spaces of #d006af

RGB 2086175
HSL0.860.940.42
HSV310°97°82°
CMYK 0.000.970.16   0.18
XYZ33.815416.635341.9861
Yxy16.63530.36580.1800
Hunter Lab40.786476.6155-32.4835
CIE-Lab47.797279.3047-35.5771

#d006af color RGB value is (208,6,175).

#d006af hex color red value is 208, green value is 6 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d006af hue: 0.86 , saturation: 0.94 and the lightness value of d006af is 0.42.

The process color (four color CMYK) of #d006af color hex is 0.00, 0.97, 0.16, 0.18. Web safe color of #d006af is #cc0099. Color #d006af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 10101111
Octal 320 6 257
Decimal 208 6 175
Hex D0 6 AF

RGB Percentages of Color #d006af

%53.47
%1.54
%44.99

CMYK Percentages of Color #d006af

%0
%97
%16
%18

Triadic Colors of #d006af

#d006af #afd006 #06afd0

Analogous Colors of #d006af

#d006af #d0064a #8c06d0

Monochromatic Colors of #d006af

#d006af

Complementary Color

#d006af #06d027

#d006af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d006af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d006af Color CSS Codes

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

#d006af Text Font Color

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

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


#d006af Background Color

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

This div background color is #d006af


#d006af Border Color

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

This div border color is #d006af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d006af


Comments

No comments written yet.

Please login to write comment.