Color Hex Logo

#c058ae Color Hex

#C058AE
(192,88,174)
0 Favorites   0 Comments

Color spaces of #c058ae

RGB 19288174
HSL0.860.450.55
HSV310°54°75°
CMYK 0.000.540.09   0.25
XYZ32.867921.241942.4122
Yxy21.24190.34050.2201
Hunter Lab46.088946.6400-22.2979
CIE-Lab53.213252.6192-26.7299

#c058ae color RGB value is (192,88,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 10101110
Octal 300 130 256
Decimal 192 88 174
Hex C0 58 AE

RGB Percentages of Color #c058ae

%42.29
%19.38
%38.33

CMYK Percentages of Color #c058ae

%0
%54
%9
%25

Triadic Colors of #c058ae

#c058ae #aec058 #58aec0

Analogous Colors of #c058ae

#c058ae #c0587a #9e58c0

Monochromatic Colors of #c058ae

#c058ae

Complementary Color

#c058ae #58c06a

#c058ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c058ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c058ae Color CSS Codes

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

#c058ae Text Font Color

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

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


#c058ae Background Color

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

This div background color is #c058ae


#c058ae Border Color

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

This div border color is #c058ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c058ae


Comments

No comments written yet.

Please login to write comment.