Color Hex Logo

#ea64cc Color Hex

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

Color spaces of #ea64cc

RGB 234100204
HSL0.870.760.65
HSV313°57°92°
CMYK 0.000.570.13   0.08
XYZ49.387930.966460.5008
Yxy30.96640.35060.2198
Hunter Lab55.647561.0382-25.5078
CIE-Lab62.479363.7008-29.1144

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

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

The process color (four color CMYK) of #ea64cc color hex is 0.00, 0.57, 0.13, 0.08. Web safe color of #ea64cc is #ff66cc. Color #ea64cc contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ea64cc

%43.49
%18.59
%37.92

CMYK Percentages of Color #ea64cc

%0
%57
%13
%8

Triadic Colors of #ea64cc

#ea64cc #ccea64 #64ccea

Analogous Colors of #ea64cc

#ea64cc #ea6489 #c564ea

Monochromatic Colors of #ea64cc

#ea64cc

Complementary Color

#ea64cc #64ea82

#ea64cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea64cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea64cc Color CSS Codes

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

#ea64cc Text Font Color

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

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


#ea64cc Background Color

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

This div background color is #ea64cc


#ea64cc Border Color

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

This div border color is #ea64cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea64cc


Comments

No comments written yet.

Please login to write comment.