Color Hex Logo

#c087dd Color Hex

#C087DD
(192,135,221)
0 Favorites   0 Comments

Color spaces of #c087dd

RGB 192135221
HSL0.780.560.70
HSV280°39°87°
CMYK 0.130.390.00   0.13
XYZ43.453333.754972.6317
Yxy33.75490.29000.2253
Hunter Lab58.099031.8303-33.4514
CIE-Lab64.767637.0449-35.4962

#c087dd color RGB value is (192,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11011101
Octal 300 207 335
Decimal 192 135 221
Hex C0 87 DD

RGB Percentages of Color #c087dd

%35.04
%24.64
%40.33

CMYK Percentages of Color #c087dd

%13
%39
%0
%13

Triadic Colors of #c087dd

#c087dd #ddc087 #87ddc0

Analogous Colors of #c087dd

#c087dd #dd87cf #9587dd

Monochromatic Colors of #c087dd

#c087dd

Complementary Color

#c087dd #a4dd87

#c087dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087dd Color CSS Codes

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

#c087dd Text Font Color

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

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


#c087dd Background Color

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

This div background color is #c087dd


#c087dd Border Color

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

This div border color is #c087dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087dd


Comments

No comments written yet.

Please login to write comment.