Color Hex Logo

#c087cf Color Hex

#C087CF
(192,135,207)
0 Favorites   0 Comments

Color spaces of #c087cf

RGB 192135207
HSL0.800.430.67
HSV288°35°81°
CMYK 0.070.350.00   0.19
XYZ41.664733.039463.2128
Yxy33.03940.30210.2396
Hunter Lab57.479928.7971-24.9675
CIE-Lab64.192834.1632-28.5810

#c087cf color RGB value is (192,135,207).

#c087cf hex color red value is 192, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c087cf hue: 0.80 , saturation: 0.43 and the lightness value of c087cf is 0.67.

The process color (four color CMYK) of #c087cf color hex is 0.07, 0.35, 0.00, 0.19. Web safe color of #c087cf is #cc99cc. Color #c087cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11001111
Octal 300 207 317
Decimal 192 135 207
Hex C0 87 CF

RGB Percentages of Color #c087cf

%35.96
%25.28
%38.76

CMYK Percentages of Color #c087cf

%7
%35
%0
%19

Triadic Colors of #c087cf

#c087cf #cfc087 #87cfc0

Analogous Colors of #c087cf

#c087cf #cf87ba #9c87cf

Monochromatic Colors of #c087cf

#c087cf

Complementary Color

#c087cf #96cf87

#c087cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087cf Color CSS Codes

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

#c087cf Text Font Color

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

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


#c087cf Background Color

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

This div background color is #c087cf


#c087cf Border Color

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

This div border color is #c087cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c087cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c087cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c087cf;
  box-shadow:         1px 1px 3px 2px #c087cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,135,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087cf


Comments

No comments written yet.

Please login to write comment.