Color Hex Logo

#c087db Color Hex

#C087DB
(192,135,219)
0 Favorites   0 Comments

Color spaces of #c087db

RGB 192135219
HSL0.780.540.69
HSV281°38°86°
CMYK 0.120.380.00   0.14
XYZ43.188433.648971.2364
Yxy33.64890.29170.2272
Hunter Lab58.007731.3850-32.2058
CIE-Lab64.682936.6254-34.5159

#c087db color RGB value is (192,135,219).

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

The process color (four color CMYK) of #c087db color hex is 0.12, 0.38, 0.00, 0.14. Web safe color of #c087db is #cc99cc. Color #c087db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11011011
Octal 300 207 333
Decimal 192 135 219
Hex C0 87 DB

RGB Percentages of Color #c087db

%35.16
%24.73
%40.11

CMYK Percentages of Color #c087db

%12
%38
%0
%14

Triadic Colors of #c087db

#c087db #dbc087 #87dbc0

Analogous Colors of #c087db

#c087db #db87cc #9687db

Monochromatic Colors of #c087db

#c087db

Complementary Color

#c087db #a2db87

#c087db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087db Color CSS Codes

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

#c087db Text Font Color

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

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


#c087db Background Color

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

This div background color is #c087db


#c087db Border Color

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

This div border color is #c087db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087db


Comments

No comments written yet.

Please login to write comment.