Color Hex Logo

#c087ea Color Hex

#C087EA
(192,135,234)
0 Favorites   0 Comments

Color spaces of #c087ea

RGB 192135234
HSL0.760.700.72
HSV275°42°92°
CMYK 0.180.420.00   0.08
XYZ45.253534.474982.1111
Yxy34.47490.27960.2130
Hunter Lab58.715334.8230-41.8140
CIE-Lab65.337839.8344-41.8068

#c087ea color RGB value is (192,135,234).

#c087ea hex color red value is 192, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c087ea hue: 0.76 , saturation: 0.70 and the lightness value of c087ea is 0.72.

The process color (four color CMYK) of #c087ea color hex is 0.18, 0.42, 0.00, 0.08. Web safe color of #c087ea is #cc99ff. Color #c087ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11101010
Octal 300 207 352
Decimal 192 135 234
Hex C0 87 EA

RGB Percentages of Color #c087ea

%34.22
%24.06
%41.71

CMYK Percentages of Color #c087ea

%18
%42
%0
%8

Triadic Colors of #c087ea

#c087ea #eac087 #87eac0

Analogous Colors of #c087ea

#c087ea #ea87e3 #8f87ea

Monochromatic Colors of #c087ea

#c087ea

Complementary Color

#c087ea #b1ea87

#c087ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087ea Color CSS Codes

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

#c087ea Text Font Color

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

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


#c087ea Background Color

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

This div background color is #c087ea


#c087ea Border Color

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

This div border color is #c087ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087ea


Comments

No comments written yet.

Please login to write comment.