Color Hex Logo

#cc58ae Color Hex

#CC58AE
(204,88,174)
0 Favorites   0 Comments

Color spaces of #cc58ae

RGB 20488174
HSL0.880.530.57
HSV316°57°80°
CMYK 0.000.570.15   0.20
XYZ36.031522.872842.5602
Yxy22.87280.35510.2254
Hunter Lab47.825550.7863-19.2846
CIE-Lab54.941156.0884-23.9205

#cc58ae color RGB value is (204,88,174).

#cc58ae hex color red value is 204, green value is 88 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc58ae hue: 0.88 , saturation: 0.53 and the lightness value of cc58ae is 0.57.

The process color (four color CMYK) of #cc58ae color hex is 0.00, 0.57, 0.15, 0.20. Web safe color of #cc58ae is #cc6699. Color #cc58ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 10101110
Octal 314 130 256
Decimal 204 88 174
Hex CC 58 AE

RGB Percentages of Color #cc58ae

%43.78
%18.88
%37.34

CMYK Percentages of Color #cc58ae

%0
%57
%15
%20

Triadic Colors of #cc58ae

#cc58ae #aecc58 #58aecc

Analogous Colors of #cc58ae

#cc58ae #cc5874 #b058cc

Monochromatic Colors of #cc58ae

#cc58ae

Complementary Color

#cc58ae #58cc76

#cc58ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc58ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc58ae Color CSS Codes

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

#cc58ae Text Font Color

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

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


#cc58ae Background Color

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

This div background color is #cc58ae


#cc58ae Border Color

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

This div border color is #cc58ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc58ae


Comments

No comments written yet.

Please login to write comment.