Color Hex Logo

#d06caa Color Hex

#D06CAA
(208,108,170)
0 Favorites   0 Comments

Color spaces of #d06caa

RGB 208108170
HSL0.900.520.62
HSV323°48°82°
CMYK 0.000.480.18   0.18
XYZ38.630727.037341.2129
Yxy27.03730.36140.2530
Hunter Lab51.997441.6185-10.5948
CIE-Lab59.008847.0551-15.3475

#d06caa color RGB value is (208,108,170).

#d06caa hex color red value is 208, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d06caa hue: 0.90 , saturation: 0.52 and the lightness value of d06caa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101100 10101010
Octal 320 154 252
Decimal 208 108 170
Hex D0 6C AA

RGB Percentages of Color #d06caa

%42.80
%22.22
%34.98

CMYK Percentages of Color #d06caa

%0
%48
%18
%18

Triadic Colors of #d06caa

#d06caa #aad06c #6caad0

Analogous Colors of #d06caa

#d06caa #d06c78 #c46cd0

Monochromatic Colors of #d06caa

#d06caa

Complementary Color

#d06caa #6cd092

#d06caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06caa Color CSS Codes

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

#d06caa Text Font Color

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

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


#d06caa Background Color

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

This div background color is #d06caa


#d06caa Border Color

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

This div border color is #d06caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06caa


Comments

No comments written yet.

Please login to write comment.