Color Hex Logo

#cc79ea Color Hex

#CC79EA
(204,121,234)
0 Favorites   0 Comments

Color spaces of #cc79ea

RGB 204121234
HSL0.790.730.70
HSV284°48°92°
CMYK 0.130.480.00   0.08
XYZ46.590532.452681.6503
Yxy32.45260.28990.2020
Hunter Lab56.967246.2933-45.1025
CIE-Lab63.715250.6360-44.2632

#cc79ea color RGB value is (204,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111001 11101010
Octal 314 171 352
Decimal 204 121 234
Hex CC 79 EA

RGB Percentages of Color #cc79ea

%36.49
%21.65
%41.86

CMYK Percentages of Color #cc79ea

%13
%48
%0
%8

Triadic Colors of #cc79ea

#cc79ea #eacc79 #79eacc

Analogous Colors of #cc79ea

#cc79ea #ea79d0 #9479ea

Monochromatic Colors of #cc79ea

#cc79ea

Complementary Color

#cc79ea #97ea79

#cc79ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc79ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc79ea Color CSS Codes

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

#cc79ea Text Font Color

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

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


#cc79ea Background Color

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

This div background color is #cc79ea


#cc79ea Border Color

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

This div border color is #cc79ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc79ea


Comments

No comments written yet.

Please login to write comment.