Color Hex Logo

#e190eb Color Hex

#E190EB
(225,144,235)
0 Favorites   0 Comments

Color spaces of #e190eb

RGB 225144235
HSL0.820.690.74
HSV293°39°92°
CMYK 0.040.390.00   0.08
XYZ56.020041.952283.7423
Yxy41.95220.30830.2309
Hunter Lab64.770541.0362-31.3171
CIE-Lab70.838044.9149-33.5214

#e190eb color RGB value is (225,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 11101011
Octal 341 220 353
Decimal 225 144 235
Hex E1 90 EB

RGB Percentages of Color #e190eb

%37.25
%23.84
%38.91

CMYK Percentages of Color #e190eb

%4
%39
%0
%8

Triadic Colors of #e190eb

#e190eb #ebe190 #90ebe1

Analogous Colors of #e190eb

#e190eb #eb90c8 #b490eb

Monochromatic Colors of #e190eb

#e190eb

Complementary Color

#e190eb #9aeb90

#e190eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190eb Color CSS Codes

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

#e190eb Text Font Color

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

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


#e190eb Background Color

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

This div background color is #e190eb


#e190eb Border Color

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

This div border color is #e190eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190eb


Comments

No comments written yet.

Please login to write comment.