Color Hex Logo

#c087ae Color Hex

#C087AE
(192,135,174)
0 Favorites   0 Comments

Color spaces of #c087ae

RGB 192135174
HSL0.890.310.64
HSV319°30°75°
CMYK 0.000.300.09   0.25
XYZ38.042231.590444.1369
Yxy31.59040.33440.2777
Hunter Lab56.205322.4572-7.2155
CIE-Lab63.002927.9490-11.8048

#c087ae color RGB value is (192,135,174).

#c087ae hex color red value is 192, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c087ae hue: 0.89 , saturation: 0.31 and the lightness value of c087ae is 0.64.

The process color (four color CMYK) of #c087ae color hex is 0.00, 0.30, 0.09, 0.25. Web safe color of #c087ae is #cc9999. Color #c087ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000111 10101110
Octal 300 207 256
Decimal 192 135 174
Hex C0 87 AE

RGB Percentages of Color #c087ae

%38.32
%26.95
%34.73

CMYK Percentages of Color #c087ae

%0
%30
%9
%25

Triadic Colors of #c087ae

#c087ae #aec087 #87aec0

Analogous Colors of #c087ae

#c087ae #c08792 #b687c0

Monochromatic Colors of #c087ae

#c087ae

Complementary Color

#c087ae #87c099

#c087ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c087ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c087ae Color CSS Codes

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

#c087ae Text Font Color

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

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


#c087ae Background Color

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

This div background color is #c087ae


#c087ae Border Color

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

This div border color is #c087ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c087ae


Comments

No comments written yet.

Please login to write comment.