Color Hex Logo

#cc40ea Color Hex

#CC40EA
(204,64,234)
0 Favorites   0 Comments

Color spaces of #cc40ea

RGB 20464234
HSL0.800.800.58
HSV289°73°92°
CMYK 0.130.730.00   0.08
XYZ41.586522.444779.9823
Yxy22.44470.28880.1559
Hunter Lab47.375873.7795-66.9333
CIE-Lab54.495775.7233-58.9131

#cc40ea color RGB value is (204,64,234).

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

The process color (four color CMYK) of #cc40ea color hex is 0.13, 0.73, 0.00, 0.08. Web safe color of #cc40ea is #cc33ff. Color #cc40ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000000 11101010
Octal 314 100 352
Decimal 204 64 234
Hex CC 40 EA

RGB Percentages of Color #cc40ea

%40.64
%12.75
%46.61

CMYK Percentages of Color #cc40ea

%13
%73
%0
%8

Triadic Colors of #cc40ea

#cc40ea #eacc40 #40eacc

Analogous Colors of #cc40ea

#cc40ea #ea40b3 #7740ea

Monochromatic Colors of #cc40ea

#cc40ea

Complementary Color

#cc40ea #5eea40

#cc40ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc40ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc40ea Color CSS Codes

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

#cc40ea Text Font Color

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

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


#cc40ea Background Color

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

This div background color is #cc40ea


#cc40ea Border Color

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

This div border color is #cc40ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc40ea


Comments

No comments written yet.

Please login to write comment.