Color Hex Logo

#cc78ff Color Hex

#CC78FF
(204,120,255)
0 Favorites   0 Comments

Color spaces of #cc78ff

RGB 204120255
HSL0.771.000.74
HSV277°53°100°
CMYK 0.200.530.00   0.00
XYZ49.668333.490398.4542
Yxy33.49030.27350.1844
Hunter Lab57.870851.9258-60.3591
CIE-Lab64.556055.5088-54.5096

#cc78ff color RGB value is (204,120,255).

#cc78ff hex color red value is 204, green value is 120 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cc78ff hue: 0.77 , saturation: 1.00 and the lightness value of cc78ff is 0.74.

The process color (four color CMYK) of #cc78ff color hex is 0.20, 0.53, 0.00, 0.00. Web safe color of #cc78ff is #cc66ff. Color #cc78ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11111111
Octal 314 170 377
Decimal 204 120 255
Hex CC 78 FF

RGB Percentages of Color #cc78ff

%35.23
%20.73
%44.04

CMYK Percentages of Color #cc78ff

%20
%53
%0
%0

Triadic Colors of #cc78ff

#cc78ff #ffcc78 #78ffcc

Analogous Colors of #cc78ff

#cc78ff #ff78ef #8978ff

Monochromatic Colors of #cc78ff

#cc78ff

Complementary Color

#cc78ff #abff78

#cc78ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78ff Color CSS Codes

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

#cc78ff Text Font Color

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

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


#cc78ff Background Color

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

This div background color is #cc78ff


#cc78ff Border Color

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

This div border color is #cc78ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78ff


Comments

No comments written yet.

Please login to write comment.