Color Hex Logo

#cc80ae Color Hex

#CC80AE
(204,128,174)
0 Favorites   0 Comments

Color spaces of #cc80ae

RGB 204128174
HSL0.900.430.65
HSV324°37°80°
CMYK 0.000.370.15   0.20
XYZ40.261031.331743.9700
Yxy31.33170.34840.2711
Hunter Lab55.974730.4341-7.3919
CIE-Lab62.786735.9100-11.9908

#cc80ae color RGB value is (204,128,174).

#cc80ae hex color red value is 204, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc80ae hue: 0.90 , saturation: 0.43 and the lightness value of cc80ae is 0.65.

The process color (four color CMYK) of #cc80ae color hex is 0.00, 0.37, 0.15, 0.20. Web safe color of #cc80ae is #cc9999. Color #cc80ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10101110
Octal 314 200 256
Decimal 204 128 174
Hex CC 80 AE

RGB Percentages of Color #cc80ae

%40.32
%25.30
%34.39

CMYK Percentages of Color #cc80ae

%0
%37
%15
%20

Triadic Colors of #cc80ae

#cc80ae #aecc80 #80aecc

Analogous Colors of #cc80ae

#cc80ae #cc8088 #c480cc

Monochromatic Colors of #cc80ae

#cc80ae

Complementary Color

#cc80ae #80cc9e

#cc80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc80ae Color CSS Codes

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

#cc80ae Text Font Color

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

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


#cc80ae Background Color

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

This div background color is #cc80ae


#cc80ae Border Color

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

This div border color is #cc80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc80ae


Comments

No comments written yet.

Please login to write comment.