Color Hex Logo

#c087de Color Hex

#C087DE
(192,135,222)
0 Favorites   0 Comments

Color spaces of #c087de

RGB 192135222
HSL0.780.570.70
HSV279°39°87°
CMYK 0.140.390.00   0.13
XYZ43.587033.808373.3356
Yxy33.80830.28920.2243
Hunter Lab58.144932.0549-34.0784
CIE-Lab64.810137.2561-35.9855

#c087de color RGB value is (192,135,222).

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

The process color (four color CMYK) of #c087de color hex is 0.14, 0.39, 0.00, 0.13. Web safe color of #c087de is #cc99cc. Color #c087de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11011110
Octal 300 207 336
Decimal 192 135 222
Hex C0 87 DE

RGB Percentages of Color #c087de

%34.97
%24.59
%40.44

CMYK Percentages of Color #c087de

%14
%39
%0
%13

Triadic Colors of #c087de

#c087de #dec087 #87dec0

Analogous Colors of #c087de

#c087de #de87d1 #9587de

Monochromatic Colors of #c087de

#c087de

Complementary Color

#c087de #a5de87

#c087de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087de Color CSS Codes

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

#c087de Text Font Color

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

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


#c087de Background Color

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

This div background color is #c087de


#c087de Border Color

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

This div border color is #c087de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087de


Comments

No comments written yet.

Please login to write comment.