Color Hex Logo

#e060ea Color Hex

#E060EA
(224,96,234)
0 Favorites   0 Comments

Color spaces of #e060ea

RGB 22496234
HSL0.820.770.65
HSV296°59°92°
CMYK 0.040.590.00   0.08
XYZ49.774630.153581.0387
Yxy30.15350.30920.1873
Hunter Lab54.912265.7031-49.0609
CIE-Lab61.786467.7335-47.1338

#e060ea color RGB value is (224,96,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11101010
Octal 340 140 352
Decimal 224 96 234
Hex E0 60 EA

RGB Percentages of Color #e060ea

%40.43
%17.33
%42.24

CMYK Percentages of Color #e060ea

%4
%59
%0
%8

Triadic Colors of #e060ea

#e060ea #eae060 #60eae0

Analogous Colors of #e060ea

#e060ea #ea60af #9b60ea

Monochromatic Colors of #e060ea

#e060ea

Complementary Color

#e060ea #6aea60

#e060ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ea Color CSS Codes

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

#e060ea Text Font Color

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

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


#e060ea Background Color

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

This div background color is #e060ea


#e060ea Border Color

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

This div border color is #e060ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ea


Comments

No comments written yet.

Please login to write comment.