Color Hex Logo

#cc5eac Color Hex

#CC5EAC
(204,94,172)
0 Favorites   0 Comments

Color spaces of #cc5eac

RGB 20494172
HSL0.880.520.58
HSV317°54°80°
CMYK 0.000.540.16   0.20
XYZ36.350923.821341.7118
Yxy23.82130.35680.2338
Hunter Lab48.807147.5322-16.5058
CIE-Lab55.908452.9849-21.2745

#cc5eac color RGB value is (204,94,172).

#cc5eac hex color red value is 204, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc5eac hue: 0.88 , saturation: 0.52 and the lightness value of cc5eac is 0.58.

The process color (four color CMYK) of #cc5eac color hex is 0.00, 0.54, 0.16, 0.20. Web safe color of #cc5eac is #cc6699. Color #cc5eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 10101100
Octal 314 136 254
Decimal 204 94 172
Hex CC 5E AC

RGB Percentages of Color #cc5eac

%43.40
%20.00
%36.60

CMYK Percentages of Color #cc5eac

%0
%54
%16
%20

Triadic Colors of #cc5eac

#cc5eac #accc5e #5eaccc

Analogous Colors of #cc5eac

#cc5eac #cc5e75 #b55ecc

Monochromatic Colors of #cc5eac

#cc5eac

Complementary Color

#cc5eac #5ecc7e

#cc5eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5eac Color CSS Codes

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

#cc5eac Text Font Color

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

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


#cc5eac Background Color

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

This div background color is #cc5eac


#cc5eac Border Color

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

This div border color is #cc5eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,94,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5eac


Comments

No comments written yet.

Please login to write comment.