Color Hex Logo

#e062ea Color Hex

#E062EA
(224,98,234)
0 Favorites   0 Comments

Color spaces of #e062ea

RGB 22498234
HSL0.820.760.65
HSV296°58°92°
CMYK 0.040.580.00   0.08
XYZ49.959430.523281.1003
Yxy30.52320.30920.1889
Hunter Lab55.247864.7300-48.3605
CIE-Lab62.103166.8669-46.6339

#e062ea color RGB value is (224,98,234).

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

The process color (four color CMYK) of #e062ea color hex is 0.04, 0.58, 0.00, 0.08. Web safe color of #e062ea is #cc66ff. Color #e062ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11101010
Octal 340 142 352
Decimal 224 98 234
Hex E0 62 EA

RGB Percentages of Color #e062ea

%40.29
%17.63
%42.09

CMYK Percentages of Color #e062ea

%4
%58
%0
%8

Triadic Colors of #e062ea

#e062ea #eae062 #62eae0

Analogous Colors of #e062ea

#e062ea #ea62b0 #9c62ea

Monochromatic Colors of #e062ea

#e062ea

Complementary Color

#e062ea #6cea62

#e062ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062ea Color CSS Codes

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

#e062ea Text Font Color

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

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


#e062ea Background Color

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

This div background color is #e062ea


#e062ea Border Color

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

This div border color is #e062ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062ea


Comments

No comments written yet.

Please login to write comment.