Color Hex Logo

#cc78dc Color Hex

#CC78DC
(204,120,220)
0 Favorites   0 Comments

Color spaces of #cc78dc

RGB 204120220
HSL0.810.590.67
HSV290°45°86°
CMYK 0.070.450.00   0.14
XYZ44.536631.437671.4309
Yxy31.43760.30210.2133
Hunter Lab56.069243.6639-36.2856
CIE-Lab62.875348.3758-37.7903

#cc78dc color RGB value is (204,120,220).

#cc78dc hex color red value is 204, green value is 120 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc78dc hue: 0.81 , saturation: 0.59 and the lightness value of cc78dc is 0.67.

The process color (four color CMYK) of #cc78dc color hex is 0.07, 0.45, 0.00, 0.14. Web safe color of #cc78dc is #cc66cc. Color #cc78dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11011100
Octal 314 170 334
Decimal 204 120 220
Hex CC 78 DC

RGB Percentages of Color #cc78dc

%37.50
%22.06
%40.44

CMYK Percentages of Color #cc78dc

%7
%45
%0
%14

Triadic Colors of #cc78dc

#cc78dc #dccc78 #78dccc

Analogous Colors of #cc78dc

#cc78dc #dc78ba #9a78dc

Monochromatic Colors of #cc78dc

#cc78dc

Complementary Color

#cc78dc #88dc78

#cc78dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78dc Color CSS Codes

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

#cc78dc Text Font Color

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

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


#cc78dc Background Color

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

This div background color is #cc78dc


#cc78dc Border Color

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

This div border color is #cc78dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78dc


Comments

No comments written yet.

Please login to write comment.