Color Hex Logo

#e054eb Color Hex

#E054EB
(224,84,235)
0 Favorites   0 Comments

Color spaces of #e054eb

RGB 22484235
HSL0.820.790.63
HSV296°64°92°
CMYK 0.050.640.00   0.08
XYZ48.906228.186181.4601
Yxy28.18610.30850.1778
Hunter Lab53.090671.5228-53.8088
CIE-Lab60.056572.8326-50.4301

#e054eb color RGB value is (224,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 11101011
Octal 340 124 353
Decimal 224 84 235
Hex E0 54 EB

RGB Percentages of Color #e054eb

%41.25
%15.47
%43.28

CMYK Percentages of Color #e054eb

%5
%64
%0
%8

Triadic Colors of #e054eb

#e054eb #ebe054 #54ebe0

Analogous Colors of #e054eb

#e054eb #eb54ab #9554eb

Monochromatic Colors of #e054eb

#e054eb

Complementary Color

#e054eb #5feb54

#e054eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e054eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e054eb Color CSS Codes

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

#e054eb Text Font Color

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

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


#e054eb Background Color

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

This div background color is #e054eb


#e054eb Border Color

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

This div border color is #e054eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e054eb


Comments

No comments written yet.

Please login to write comment.