Color Hex Logo

#e090eb Color Hex

#E090EB
(224,144,235)
0 Favorites   0 Comments

Color spaces of #e090eb

RGB 224144235
HSL0.810.690.74
HSV293°39°92°
CMYK 0.050.390.00   0.08
XYZ55.709141.792083.7277
Yxy41.79200.30740.2306
Hunter Lab64.646740.6900-31.5372
CIE-Lab70.727344.6149-33.7015

#e090eb color RGB value is (224,144,235).

#e090eb hex color red value is 224, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e090eb hue: 0.81 , saturation: 0.69 and the lightness value of e090eb is 0.74.

The process color (four color CMYK) of #e090eb color hex is 0.05, 0.39, 0.00, 0.08. Web safe color of #e090eb is #cc99ff. Color #e090eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010000 11101011
Octal 340 220 353
Decimal 224 144 235
Hex E0 90 EB

RGB Percentages of Color #e090eb

%37.15
%23.88
%38.97

CMYK Percentages of Color #e090eb

%5
%39
%0
%8

Triadic Colors of #e090eb

#e090eb #ebe090 #90ebe0

Analogous Colors of #e090eb

#e090eb #eb90c9 #b390eb

Monochromatic Colors of #e090eb

#e090eb

Complementary Color

#e090eb #9beb90

#e090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e090eb Color CSS Codes

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

#e090eb Text Font Color

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

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


#e090eb Background Color

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

This div background color is #e090eb


#e090eb Border Color

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

This div border color is #e090eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e090eb


Comments

No comments written yet.

Please login to write comment.