Color Hex Logo

#e054ee Color Hex

#E054EE
(224,84,238)
0 Favorites   0 Comments

Color spaces of #e054ee

RGB 22484238
HSL0.820.820.63
HSV295°65°93°
CMYK 0.060.650.00   0.07
XYZ49.343428.361083.7625
Yxy28.36100.30560.1756
Hunter Lab53.255072.1926-55.9761
CIE-Lab60.213573.3463-51.8541

#e054ee color RGB value is (224,84,238).

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

The process color (four color CMYK) of #e054ee color hex is 0.06, 0.65, 0.00, 0.07. Web safe color of #e054ee is #cc66ff. Color #e054ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 11101110
Octal 340 124 356
Decimal 224 84 238
Hex E0 54 EE

RGB Percentages of Color #e054ee

%41.03
%15.38
%43.59

CMYK Percentages of Color #e054ee

%6
%65
%0
%7

Triadic Colors of #e054ee

#e054ee #eee054 #54eee0

Analogous Colors of #e054ee

#e054ee #ee54af #9354ee

Monochromatic Colors of #e054ee

#e054ee

Complementary Color

#e054ee #62ee54

#e054ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e054ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e054ee Color CSS Codes

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

#e054ee Text Font Color

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

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


#e054ee Background Color

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

This div background color is #e054ee


#e054ee Border Color

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

This div border color is #e054ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e054ee


Comments

No comments written yet.

Please login to write comment.