Color Hex Logo

#cc78cf Color Hex

#CC78CF
(204,120,207)
0 Favorites   0 Comments

Color spaces of #cc78cf

RGB 204120207
HSL0.830.480.64
HSV298°42°81°
CMYK 0.010.420.00   0.19
XYZ42.880830.775362.7116
Yxy30.77530.31440.2257
Hunter Lab55.475540.8927-28.1908
CIE-Lab62.317545.9065-31.3721

#cc78cf color RGB value is (204,120,207).

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

The process color (four color CMYK) of #cc78cf color hex is 0.01, 0.42, 0.00, 0.19. Web safe color of #cc78cf is #cc66cc. Color #cc78cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11001111
Octal 314 170 317
Decimal 204 120 207
Hex CC 78 CF

RGB Percentages of Color #cc78cf

%38.42
%22.60
%38.98

CMYK Percentages of Color #cc78cf

%1
%42
%0
%19

Triadic Colors of #cc78cf

#cc78cf #cfcc78 #78cfcc

Analogous Colors of #cc78cf

#cc78cf #cf78a7 #a178cf

Monochromatic Colors of #cc78cf

#cc78cf

Complementary Color

#cc78cf #7bcf78

#cc78cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78cf Color CSS Codes

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

#cc78cf Text Font Color

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

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


#cc78cf Background Color

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

This div background color is #cc78cf


#cc78cf Border Color

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

This div border color is #cc78cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78cf


Comments

No comments written yet.

Please login to write comment.