Color Hex Logo

#cc78fb Color Hex

#CC78FB
(204,120,251)
0 Favorites   0 Comments

Color spaces of #cc78fb

RGB 204120251
HSL0.770.940.73
HSV278°52°98°
CMYK 0.190.520.00   0.02
XYZ49.030933.235395.0976
Yxy33.23530.27640.1874
Hunter Lab57.650150.9251-57.4477
CIE-Lab64.351054.6621-52.6397

#cc78fb color RGB value is (204,120,251).

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

The process color (four color CMYK) of #cc78fb color hex is 0.19, 0.52, 0.00, 0.02. Web safe color of #cc78fb is #cc66ff. Color #cc78fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11111011
Octal 314 170 373
Decimal 204 120 251
Hex CC 78 FB

RGB Percentages of Color #cc78fb

%35.48
%20.87
%43.65

CMYK Percentages of Color #cc78fb

%19
%52
%0
%2

Triadic Colors of #cc78fb

#cc78fb #fbcc78 #78fbcc

Analogous Colors of #cc78fb

#cc78fb #fb78e9 #8b78fb

Monochromatic Colors of #cc78fb

#cc78fb

Complementary Color

#cc78fb #a7fb78

#cc78fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78fb Color CSS Codes

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

#cc78fb Text Font Color

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

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


#cc78fb Background Color

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

This div background color is #cc78fb


#cc78fb Border Color

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

This div border color is #cc78fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78fb

Related Colors


Comments

No comments written yet.

Please login to write comment.