Color Hex Logo

#c087df Color Hex

#C087DF
(192,135,223)
0 Favorites   0 Comments

Color spaces of #c087df

RGB 192135223
HSL0.770.580.70
HSV279°39°87°
CMYK 0.140.390.00   0.13
XYZ43.721533.862174.0437
Yxy33.86210.28830.2233
Hunter Lab58.191232.2802-34.7081
CIE-Lab64.853037.4676-36.4741

#c087df color RGB value is (192,135,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11011111
Octal 300 207 337
Decimal 192 135 223
Hex C0 87 DF

RGB Percentages of Color #c087df

%34.91
%24.55
%40.55

CMYK Percentages of Color #c087df

%14
%39
%0
%13

Triadic Colors of #c087df

#c087df #dfc087 #87dfc0

Analogous Colors of #c087df

#c087df #df87d2 #9487df

Monochromatic Colors of #c087df

#c087df

Complementary Color

#c087df #a6df87

#c087df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087df Color CSS Codes

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

#c087df Text Font Color

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

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


#c087df Background Color

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

This div background color is #c087df


#c087df Border Color

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

This div border color is #c087df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087df


Comments

No comments written yet.

Please login to write comment.