Color Hex Logo

#e090e5 Color Hex

#E090E5
(224,144,229)
0 Favorites   0 Comments

Color spaces of #e090e5

RGB 224144229
HSL0.820.620.73
HSV296°37°90°
CMYK 0.020.370.00   0.10
XYZ54.856641.451079.2383
Yxy41.45100.31250.2361
Hunter Lab64.382539.4203-27.9031
CIE-Lab70.490743.4891-30.7741

#e090e5 color RGB value is (224,144,229).

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

The process color (four color CMYK) of #e090e5 color hex is 0.02, 0.37, 0.00, 0.10. Web safe color of #e090e5 is #cc99cc. Color #e090e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010000 11100101
Octal 340 220 345
Decimal 224 144 229
Hex E0 90 E5

RGB Percentages of Color #e090e5

%37.52
%24.12
%38.36

CMYK Percentages of Color #e090e5

%2
%37
%0
%10

Triadic Colors of #e090e5

#e090e5 #e5e090 #90e5e0

Analogous Colors of #e090e5

#e090e5 #e590c0 #b690e5

Monochromatic Colors of #e090e5

#e090e5

Complementary Color

#e090e5 #95e590

#e090e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e090e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e090e5 Color CSS Codes

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

#e090e5 Text Font Color

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

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


#e090e5 Background Color

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

This div background color is #e090e5


#e090e5 Border Color

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

This div border color is #e090e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e090e5


Comments

No comments written yet.

Please login to write comment.