Color Hex Logo

#c087cd Color Hex

#C087CD
(192,135,205)
0 Favorites   0 Comments

Color spaces of #c087cd

RGB 192135205
HSL0.800.410.67
HSV289°34°80°
CMYK 0.060.340.00   0.20
XYZ41.421632.942261.9329
Yxy32.94220.30390.2417
Hunter Lab57.395328.3799-23.8007
CIE-Lab64.114133.7624-27.5829

#c087cd color RGB value is (192,135,205).

#c087cd hex color red value is 192, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c087cd hue: 0.80 , saturation: 0.41 and the lightness value of c087cd is 0.67.

The process color (four color CMYK) of #c087cd color hex is 0.06, 0.34, 0.00, 0.20. Web safe color of #c087cd is #cc99cc. Color #c087cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 11001101
Octal 300 207 315
Decimal 192 135 205
Hex C0 87 CD

RGB Percentages of Color #c087cd

%36.09
%25.38
%38.53

CMYK Percentages of Color #c087cd

%6
%34
%0
%20

Triadic Colors of #c087cd

#c087cd #cdc087 #87cdc0

Analogous Colors of #c087cd

#c087cd #cd87b7 #9d87cd

Monochromatic Colors of #c087cd

#c087cd

Complementary Color

#c087cd #94cd87

#c087cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087cd Color CSS Codes

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

#c087cd Text Font Color

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

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


#c087cd Background Color

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

This div background color is #c087cd


#c087cd Border Color

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

This div border color is #c087cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087cd


Comments

No comments written yet.

Please login to write comment.