Color Hex Logo

#e191eb Color Hex

#E191EB
(225,145,235)
0 Favorites   0 Comments

Color spaces of #e191eb

RGB 225145235
HSL0.810.690.75
HSV293°38°92°
CMYK 0.040.380.00   0.08
XYZ56.172142.256583.7930
Yxy42.25650.30830.2319
Hunter Lab65.005040.4866-30.9227
CIE-Lab71.047444.3911-33.1972

#e191eb color RGB value is (225,145,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010001 11101011
Octal 341 221 353
Decimal 225 145 235
Hex E1 91 EB

RGB Percentages of Color #e191eb

%37.19
%23.97
%38.84

CMYK Percentages of Color #e191eb

%4
%38
%0
%8

Triadic Colors of #e191eb

#e191eb #ebe191 #91ebe1

Analogous Colors of #e191eb

#e191eb #eb91c8 #b491eb

Monochromatic Colors of #e191eb

#e191eb

Complementary Color

#e191eb #9beb91

#e191eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e191eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e191eb Color CSS Codes

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

#e191eb Text Font Color

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

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


#e191eb Background Color

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

This div background color is #e191eb


#e191eb Border Color

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

This div border color is #e191eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e191eb


Comments

No comments written yet.

Please login to write comment.