Color Hex Logo

#c87fdc Color Hex

#C87FDC
(200,127,220)
0 Favorites   0 Comments

Color spaces of #c87fdc

RGB 200127220
HSL0.800.570.68
HSV287°42°86°
CMYK 0.090.420.00   0.14
XYZ44.327132.625471.6712
Yxy32.62540.29830.2195
Hunter Lab57.118638.5678-34.4127
CIE-Lab63.856443.5369-36.2934

#c87fdc color RGB value is (200,127,220).

#c87fdc hex color red value is 200, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c87fdc hue: 0.80 , saturation: 0.57 and the lightness value of c87fdc is 0.68.

The process color (four color CMYK) of #c87fdc color hex is 0.09, 0.42, 0.00, 0.14. Web safe color of #c87fdc is #cc66cc. Color #c87fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111111 11011100
Octal 310 177 334
Decimal 200 127 220
Hex C8 7F DC

RGB Percentages of Color #c87fdc

%36.56
%23.22
%40.22

CMYK Percentages of Color #c87fdc

%9
%42
%0
%14

Triadic Colors of #c87fdc

#c87fdc #dcc87f #7fdcc8

Analogous Colors of #c87fdc

#c87fdc #dc7fc2 #9a7fdc

Monochromatic Colors of #c87fdc

#c87fdc

Complementary Color

#c87fdc #93dc7f

#c87fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87fdc Color CSS Codes

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

#c87fdc Text Font Color

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

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


#c87fdc Background Color

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

This div background color is #c87fdc


#c87fdc Border Color

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

This div border color is #c87fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87fdc


Comments

No comments written yet.

Please login to write comment.