Color Hex Logo

#c87daa Color Hex

#C87DAA
(200,125,170)
0 Favorites   0 Comments

Color spaces of #c87daa

RGB 200125170
HSL0.900.410.64
HSV324°38°78°
CMYK 0.000.380.15   0.22
XYZ38.408729.848941.7673
Yxy29.84890.34910.2713
Hunter Lab54.634129.8787-7.0828
CIE-Lab61.523635.5047-11.6575

#c87daa color RGB value is (200,125,170).

#c87daa hex color red value is 200, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c87daa hue: 0.90 , saturation: 0.41 and the lightness value of c87daa is 0.64.

The process color (four color CMYK) of #c87daa color hex is 0.00, 0.38, 0.15, 0.22. Web safe color of #c87daa is #cc6699. Color #c87daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 10101010
Octal 310 175 252
Decimal 200 125 170
Hex C8 7D AA

RGB Percentages of Color #c87daa

%40.40
%25.25
%34.34

CMYK Percentages of Color #c87daa

%0
%38
%15
%22

Triadic Colors of #c87daa

#c87daa #aac87d #7daac8

Analogous Colors of #c87daa

#c87daa #c87d85 #c17dc8

Monochromatic Colors of #c87daa

#c87daa

Complementary Color

#c87daa #7dc89b

#c87daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87daa Color CSS Codes

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

#c87daa Text Font Color

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

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


#c87daa Background Color

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

This div background color is #c87daa


#c87daa Border Color

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

This div border color is #c87daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87daa


Comments

No comments written yet.

Please login to write comment.