Color Hex Logo

#cc78eb Color Hex

#CC78EB
(204,120,235)
0 Favorites   0 Comments

Color spaces of #cc78eb

RGB 204120235
HSL0.790.740.70
HSV284°49°92°
CMYK 0.130.490.00   0.08
XYZ46.613732.268582.3689
Yxy32.26850.28910.2001
Hunter Lab56.805447.0652-46.2079
CIE-Lab63.564251.3524-45.0551

#cc78eb color RGB value is (204,120,235).

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

The process color (four color CMYK) of #cc78eb color hex is 0.13, 0.49, 0.00, 0.08. Web safe color of #cc78eb is #cc66ff. Color #cc78eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 11101011
Octal 314 170 353
Decimal 204 120 235
Hex CC 78 EB

RGB Percentages of Color #cc78eb

%36.49
%21.47
%42.04

CMYK Percentages of Color #cc78eb

%13
%49
%0
%8

Triadic Colors of #cc78eb

#cc78eb #ebcc78 #78ebcc

Analogous Colors of #cc78eb

#cc78eb #eb78d1 #9378eb

Monochromatic Colors of #cc78eb

#cc78eb

Complementary Color

#cc78eb #97eb78

#cc78eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc78eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc78eb Color CSS Codes

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

#cc78eb Text Font Color

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

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


#cc78eb Background Color

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

This div background color is #cc78eb


#cc78eb Border Color

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

This div border color is #cc78eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc78eb


Comments

No comments written yet.

Please login to write comment.