Color Hex Logo

#d07caa Color Hex

#D07CAA
(208,124,170)
0 Favorites   0 Comments

Color spaces of #d07caa

RGB 208124170
HSL0.910.470.65
HSV327°40°82°
CMYK 0.000.400.18   0.18
XYZ40.475830.727541.8279
Yxy30.72750.35810.2718
Hunter Lab55.432433.3310-5.9361
CIE-Lab62.276938.7737-10.4289

#d07caa color RGB value is (208,124,170).

#d07caa hex color red value is 208, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d07caa hue: 0.91 , saturation: 0.47 and the lightness value of d07caa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111100 10101010
Octal 320 174 252
Decimal 208 124 170
Hex D0 7C AA

RGB Percentages of Color #d07caa

%41.43
%24.70
%33.86

CMYK Percentages of Color #d07caa

%0
%40
%18
%18

Triadic Colors of #d07caa

#d07caa #aad07c #7caad0

Analogous Colors of #d07caa

#d07caa #d07c80 #cc7cd0

Monochromatic Colors of #d07caa

#d07caa

Complementary Color

#d07caa #7cd0a2

#d07caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07caa Color CSS Codes

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

#d07caa Text Font Color

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

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


#d07caa Background Color

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

This div background color is #d07caa


#d07caa Border Color

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

This div border color is #d07caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,124,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 #d07caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07caa


Comments

No comments written yet.

Please login to write comment.