Color Hex Logo

#cc64ea Color Hex

#CC64EA
(204,100,234)
0 Favorites   0 Comments

Color spaces of #cc64ea

RGB 204100234
HSL0.800.760.65
HSV287°57°92°
CMYK 0.130.570.00   0.08
XYZ44.310327.892280.8902
Yxy27.89220.28940.1822
Hunter Lab52.813157.3391-53.8413
CIE-Lab59.791261.0104-50.4631

#cc64ea color RGB value is (204,100,234).

#cc64ea hex color red value is 204, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc64ea hue: 0.80 , saturation: 0.76 and the lightness value of cc64ea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 11101010
Octal 314 144 352
Decimal 204 100 234
Hex CC 64 EA

RGB Percentages of Color #cc64ea

%37.92
%18.59
%43.49

CMYK Percentages of Color #cc64ea

%13
%57
%0
%8

Triadic Colors of #cc64ea

#cc64ea #eacc64 #64eacc

Analogous Colors of #cc64ea

#cc64ea #ea64c5 #8964ea

Monochromatic Colors of #cc64ea

#cc64ea

Complementary Color

#cc64ea #82ea64

#cc64ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc64ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc64ea Color CSS Codes

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

#cc64ea Text Font Color

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

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


#cc64ea Background Color

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

This div background color is #cc64ea


#cc64ea Border Color

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

This div border color is #cc64ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,100,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 #cc64ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc64ea


Comments

No comments written yet.

Please login to write comment.