Color Hex Logo

#e19efb Color Hex

#E19EFB
(225,158,251)
0 Favorites   0 Comments

Color spaces of #e19efb

RGB 225158251
HSL0.790.920.80
HSV283°37°98°
CMYK 0.100.370.00   0.02
XYZ60.690847.426397.2222
Yxy47.42630.29560.2310
Hunter Lab68.866836.7914-35.4955
CIE-Lab74.461640.6370-36.6208

#e19efb color RGB value is (225,158,251).

#e19efb hex color red value is 225, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e19efb hue: 0.79 , saturation: 0.92 and the lightness value of e19efb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011110 11111011
Octal 341 236 373
Decimal 225 158 251
Hex E1 9E FB

RGB Percentages of Color #e19efb

%35.49
%24.92
%39.59

CMYK Percentages of Color #e19efb

%10
%37
%0
%2

Triadic Colors of #e19efb

#e19efb #fbe19e #9efbe1

Analogous Colors of #e19efb

#e19efb #fb9ee7 #b39efb

Monochromatic Colors of #e19efb

#e19efb

Complementary Color

#e19efb #b8fb9e

#e19efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19efb Color CSS Codes

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

#e19efb Text Font Color

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

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


#e19efb Background Color

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

This div background color is #e19efb


#e19efb Border Color

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

This div border color is #e19efb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,158,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19efb


Comments

No comments written yet.

Please login to write comment.