Color Hex Logo

#e053eb Color Hex

#E053EB
(224,83,235)
0 Favorites   0 Comments

Color spaces of #e053eb

RGB 22483235
HSL0.820.790.62
HSV296°65°92°
CMYK 0.050.650.00   0.08
XYZ48.829128.032081.4344
Yxy28.03200.30850.1771
Hunter Lab52.945371.9686-54.1315
CIE-Lab59.917673.2205-50.6504

#e053eb color RGB value is (224,83,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 11101011
Octal 340 123 353
Decimal 224 83 235
Hex E0 53 EB

RGB Percentages of Color #e053eb

%41.33
%15.31
%43.36

CMYK Percentages of Color #e053eb

%5
%65
%0
%8

Triadic Colors of #e053eb

#e053eb #ebe053 #53ebe0

Analogous Colors of #e053eb

#e053eb #eb53aa #9453eb

Monochromatic Colors of #e053eb

#e053eb

Complementary Color

#e053eb #5eeb53

#e053eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e053eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e053eb Color CSS Codes

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

#e053eb Text Font Color

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

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


#e053eb Background Color

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

This div background color is #e053eb


#e053eb Border Color

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

This div border color is #e053eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e053eb


Comments

No comments written yet.

Please login to write comment.