Color Hex Logo

#cc78ca Color Hex

#CC78CA
(204,120,202)
0 Favorites   0 Comments

Color spaces of #cc78ca

RGB 204120202
HSL0.840.450.64
HSV301°41°80°
CMYK 0.000.410.01   0.20
XYZ42.279030.534659.5425
Yxy30.53460.31940.2307
Hunter Lab55.258139.8719-25.2063
CIE-Lab62.112844.9864-28.8735

#cc78ca color RGB value is (204,120,202).

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

The process color (four color CMYK) of #cc78ca color hex is 0.00, 0.41, 0.01, 0.20. Web safe color of #cc78ca is #cc66cc. Color #cc78ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11001010
Octal 314 170 312
Decimal 204 120 202
Hex CC 78 CA

RGB Percentages of Color #cc78ca

%38.78
%22.81
%38.40

CMYK Percentages of Color #cc78ca

%0
%41
%1
%20

Triadic Colors of #cc78ca

#cc78ca #cacc78 #78cacc

Analogous Colors of #cc78ca

#cc78ca #cc78a0 #a478cc

Monochromatic Colors of #cc78ca

#cc78ca

Complementary Color

#cc78ca #78cc7a

#cc78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78ca Color CSS Codes

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

#cc78ca Text Font Color

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

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


#cc78ca Background Color

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

This div background color is #cc78ca


#cc78ca Border Color

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

This div border color is #cc78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78ca


Comments

No comments written yet.

Please login to write comment.