Color Hex Logo

#e060ed Color Hex

#E060ED
(224,96,237)
0 Favorites   0 Comments

Color spaces of #e060ed

RGB 22496237
HSL0.820.800.65
HSV294°59°93°
CMYK 0.050.590.00   0.07
XYZ50.209430.327583.3282
Yxy30.32750.30640.1851
Hunter Lab55.070466.3708-51.1637
CIE-Lab61.935868.2599-48.5674

#e060ed color RGB value is (224,96,237).

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

The process color (four color CMYK) of #e060ed color hex is 0.05, 0.59, 0.00, 0.07. Web safe color of #e060ed is #cc66ff. Color #e060ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11101101
Octal 340 140 355
Decimal 224 96 237
Hex E0 60 ED

RGB Percentages of Color #e060ed

%40.22
%17.24
%42.55

CMYK Percentages of Color #e060ed

%5
%59
%0
%7

Triadic Colors of #e060ed

#e060ed #ede060 #60ede0

Analogous Colors of #e060ed

#e060ed #ed60b4 #9a60ed

Monochromatic Colors of #e060ed

#e060ed

Complementary Color

#e060ed #6ded60

#e060ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ed Color CSS Codes

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

#e060ed Text Font Color

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

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


#e060ed Background Color

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

This div background color is #e060ed


#e060ed Border Color

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

This div border color is #e060ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,96,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ed


Comments

No comments written yet.

Please login to write comment.