Color Hex Logo

#c087ca Color Hex

#C087CA
(192,135,202)
0 Favorites   0 Comments

Color spaces of #c087ca

RGB 192135202
HSL0.810.390.66
HSV291°33°79°
CMYK 0.050.330.00   0.21
XYZ41.062932.798760.0436
Yxy32.79870.30670.2449
Hunter Lab57.270127.7624-22.0722
CIE-Lab63.997633.1671-26.0813

#c087ca color RGB value is (192,135,202).

#c087ca hex color red value is 192, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c087ca hue: 0.81 , saturation: 0.39 and the lightness value of c087ca is 0.66.

The process color (four color CMYK) of #c087ca color hex is 0.05, 0.33, 0.00, 0.21. Web safe color of #c087ca is #cc99cc. Color #c087ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11001010
Octal 300 207 312
Decimal 192 135 202
Hex C0 87 CA

RGB Percentages of Color #c087ca

%36.29
%25.52
%38.19

CMYK Percentages of Color #c087ca

%5
%33
%0
%21

Triadic Colors of #c087ca

#c087ca #cac087 #87cac0

Analogous Colors of #c087ca

#c087ca #ca87b3 #9f87ca

Monochromatic Colors of #c087ca

#c087ca

Complementary Color

#c087ca #91ca87

#c087ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087ca Color CSS Codes

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

#c087ca Text Font Color

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

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


#c087ca Background Color

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

This div background color is #c087ca


#c087ca Border Color

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

This div border color is #c087ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087ca


Comments

No comments written yet.

Please login to write comment.