Color Hex Logo

#c059ae Color Hex

#C059AE
(192,89,174)
0 Favorites   0 Comments

Color spaces of #c059ae

RGB 19289174
HSL0.860.450.55
HSV310°54°75°
CMYK 0.000.540.09   0.25
XYZ32.950621.407242.4397
Yxy21.40720.34040.2212
Hunter Lab46.267946.1534-21.9968
CIE-Lab53.392352.1415-26.4527

#c059ae color RGB value is (192,89,174).

#c059ae hex color red value is 192, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c059ae hue: 0.86 , saturation: 0.45 and the lightness value of c059ae is 0.55.

The process color (four color CMYK) of #c059ae color hex is 0.00, 0.54, 0.09, 0.25. Web safe color of #c059ae is #cc6699. Color #c059ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 10101110
Octal 300 131 256
Decimal 192 89 174
Hex C0 59 AE

RGB Percentages of Color #c059ae

%42.20
%19.56
%38.24

CMYK Percentages of Color #c059ae

%0
%54
%9
%25

Triadic Colors of #c059ae

#c059ae #aec059 #59aec0

Analogous Colors of #c059ae

#c059ae #c0597b #9f59c0

Monochromatic Colors of #c059ae

#c059ae

Complementary Color

#c059ae #59c06b

#c059ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059ae Color CSS Codes

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

#c059ae Text Font Color

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

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


#c059ae Background Color

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

This div background color is #c059ae


#c059ae Border Color

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

This div border color is #c059ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,89,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 #c059ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059ae


Comments

No comments written yet.

Please login to write comment.