Color Hex Logo

#c87dac Color Hex

#C87DAC
(200,125,172)
0 Favorites   0 Comments

Color spaces of #c87dac

RGB 200125172
HSL0.900.410.64
HSV322°38°78°
CMYK 0.000.380.14   0.22
XYZ38.599429.925142.7714
Yxy29.92510.34680.2689
Hunter Lab54.703830.2191-8.0645
CIE-Lab61.589535.8313-12.6991

#c87dac color RGB value is (200,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 10101100
Octal 310 175 254
Decimal 200 125 172
Hex C8 7D AC

RGB Percentages of Color #c87dac

%40.24
%25.15
%34.61

CMYK Percentages of Color #c87dac

%0
%38
%14
%22

Triadic Colors of #c87dac

#c87dac #acc87d #7dacc8

Analogous Colors of #c87dac

#c87dac #c87d87 #bf7dc8

Monochromatic Colors of #c87dac

#c87dac

Complementary Color

#c87dac #7dc899

#c87dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87dac Color CSS Codes

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

#c87dac Text Font Color

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

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


#c87dac Background Color

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

This div background color is #c87dac


#c87dac Border Color

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

This div border color is #c87dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,125,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87dac


Comments

No comments written yet.

Please login to write comment.