Color Hex Logo

#e060eb Color Hex

#E060EB
(224,96,235)
0 Favorites   0 Comments

Color spaces of #e060eb

RGB 22496235
HSL0.820.780.65
HSV295°59°92°
CMYK 0.050.590.00   0.08
XYZ49.918730.211281.7976
Yxy30.21120.30830.1866
Hunter Lab54.964765.9246-49.7591
CIE-Lab61.836067.9083-47.6124

#e060eb color RGB value is (224,96,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11101011
Octal 340 140 353
Decimal 224 96 235
Hex E0 60 EB

RGB Percentages of Color #e060eb

%40.36
%17.30
%42.34

CMYK Percentages of Color #e060eb

%5
%59
%0
%8

Triadic Colors of #e060eb

#e060eb #ebe060 #60ebe0

Analogous Colors of #e060eb

#e060eb #eb60b1 #9b60eb

Monochromatic Colors of #e060eb

#e060eb

Complementary Color

#e060eb #6beb60

#e060eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060eb Color CSS Codes

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

#e060eb Text Font Color

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

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


#e060eb Background Color

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

This div background color is #e060eb


#e060eb Border Color

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

This div border color is #e060eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060eb


Comments

No comments written yet.

Please login to write comment.