Color Hex Logo

#e053ef Color Hex

#E053EF
(224,83,239)
0 Favorites   0 Comments

Color spaces of #e053ef

RGB 22483239
HSL0.820.830.63
HSV294°65°94°
CMYK 0.060.650.00   0.06
XYZ49.413728.265884.5128
Yxy28.26580.30470.1743
Hunter Lab53.165672.8635-57.0323
CIE-Lab60.128173.9050-52.5469

#e053ef color RGB value is (224,83,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 11101111
Octal 340 123 357
Decimal 224 83 239
Hex E0 53 EF

RGB Percentages of Color #e053ef

%41.03
%15.20
%43.77

CMYK Percentages of Color #e053ef

%6
%65
%0
%6

Triadic Colors of #e053ef

#e053ef #efe053 #53efe0

Analogous Colors of #e053ef

#e053ef #ef53b0 #9253ef

Monochromatic Colors of #e053ef

#e053ef

Complementary Color

#e053ef #62ef53

#e053ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e053ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e053ef Color CSS Codes

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

#e053ef Text Font Color

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

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


#e053ef Background Color

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

This div background color is #e053ef


#e053ef Border Color

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

This div border color is #e053ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e053ef


Comments

No comments written yet.

Please login to write comment.