Color Hex Logo

#e29efb Color Hex

#E29EFB
(226,158,251)
0 Favorites   0 Comments

Color spaces of #e29efb

RGB 226158251
HSL0.790.920.80
HSV284°37°98°
CMYK 0.100.370.00   0.02
XYZ61.003547.587597.2369
Yxy47.58750.29640.2312
Hunter Lab68.983737.1292-35.2844
CIE-Lab74.564040.9339-36.4540

#e29efb color RGB value is (226,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011110 11111011
Octal 342 236 373
Decimal 226 158 251
Hex E2 9E FB

RGB Percentages of Color #e29efb

%35.59
%24.88
%39.53

CMYK Percentages of Color #e29efb

%10
%37
%0
%2

Triadic Colors of #e29efb

#e29efb #fbe29e #9efbe2

Analogous Colors of #e29efb

#e29efb #fb9ee6 #b49efb

Monochromatic Colors of #e29efb

#e29efb

Complementary Color

#e29efb #b7fb9e

#e29efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29efb Color CSS Codes

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

#e29efb Text Font Color

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

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


#e29efb Background Color

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

This div background color is #e29efb


#e29efb Border Color

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

This div border color is #e29efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29efb


Comments

No comments written yet.

Please login to write comment.