Color Hex Logo

#cc78ae Color Hex

#CC78AE
(204,120,174)
0 Favorites   0 Comments

Color spaces of #cc78ae

RGB 204120174
HSL0.890.450.64
HSV321°41°80°
CMYK 0.000.410.15   0.20
XYZ39.258329.326343.6358
Yxy29.32630.34980.2613
Hunter Lab54.153834.6329-9.8668
CIE-Lab61.068540.1721-14.5776

#cc78ae color RGB value is (204,120,174).

#cc78ae hex color red value is 204, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc78ae hue: 0.89 , saturation: 0.45 and the lightness value of cc78ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 10101110
Octal 314 170 256
Decimal 204 120 174
Hex CC 78 AE

RGB Percentages of Color #cc78ae

%40.96
%24.10
%34.94

CMYK Percentages of Color #cc78ae

%0
%41
%15
%20

Triadic Colors of #cc78ae

#cc78ae #aecc78 #78aecc

Analogous Colors of #cc78ae

#cc78ae #cc7884 #c078cc

Monochromatic Colors of #cc78ae

#cc78ae

Complementary Color

#cc78ae #78cc96

#cc78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78ae Color CSS Codes

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

#cc78ae Text Font Color

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

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


#cc78ae Background Color

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

This div background color is #cc78ae


#cc78ae Border Color

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

This div border color is #cc78ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78ae


Comments

No comments written yet.

Please login to write comment.