Color Hex Logo

#cc50ae Color Hex

#CC50AE
(204,80,174)
0 Favorites   0 Comments

Color spaces of #cc50ae

RGB 20480174
HSL0.870.550.56
HSV315°61°80°
CMYK 0.000.610.15   0.20
XYZ35.410521.630742.3532
Yxy21.63070.35630.2176
Hunter Lab46.508854.5144-21.4362
CIE-Lab53.633059.6359-25.9384

#cc50ae color RGB value is (204,80,174).

#cc50ae hex color red value is 204, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc50ae hue: 0.87 , saturation: 0.55 and the lightness value of cc50ae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 10101110
Octal 314 120 256
Decimal 204 80 174
Hex CC 50 AE

RGB Percentages of Color #cc50ae

%44.54
%17.47
%37.99

CMYK Percentages of Color #cc50ae

%0
%61
%15
%20

Triadic Colors of #cc50ae

#cc50ae #aecc50 #50aecc

Analogous Colors of #cc50ae

#cc50ae #cc5070 #ac50cc

Monochromatic Colors of #cc50ae

#cc50ae

Complementary Color

#cc50ae #50cc6e

#cc50ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50ae Color CSS Codes

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

#cc50ae Text Font Color

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

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


#cc50ae Background Color

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

This div background color is #cc50ae


#cc50ae Border Color

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

This div border color is #cc50ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50ae


Comments

No comments written yet.

Please login to write comment.