Color Hex Logo

#c87dbf Color Hex

#C87DBF
(200,125,191)
0 Favorites   0 Comments

Color spaces of #c87dbf

RGB 200125191
HSL0.850.410.64
HSV307°38°78°
CMYK 0.000.380.05   0.22
XYZ40.557030.708253.0799
Yxy30.70820.32620.2470
Hunter Lab55.415033.6640-18.0011
CIE-Lab62.260539.0957-22.4736

#c87dbf color RGB value is (200,125,191).

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

The process color (four color CMYK) of #c87dbf color hex is 0.00, 0.38, 0.05, 0.22. Web safe color of #c87dbf is #cc66cc. Color #c87dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 10111111
Octal 310 175 277
Decimal 200 125 191
Hex C8 7D BF

RGB Percentages of Color #c87dbf

%38.76
%24.22
%37.02

CMYK Percentages of Color #c87dbf

%0
%38
%5
%22

Triadic Colors of #c87dbf

#c87dbf #bfc87d #7dbfc8

Analogous Colors of #c87dbf

#c87dbf #c87d9a #ac7dc8

Monochromatic Colors of #c87dbf

#c87dbf

Complementary Color

#c87dbf #7dc886

#c87dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87dbf Color CSS Codes

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

#c87dbf Text Font Color

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

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


#c87dbf Background Color

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

This div background color is #c87dbf


#c87dbf Border Color

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

This div border color is #c87dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87dbf


Comments

No comments written yet.

Please login to write comment.