Color Hex Logo

#e29fef Color Hex

#E29FEF
(226,159,239)
0 Favorites   0 Comments

Color spaces of #e29fef

RGB 226159239
HSL0.810.710.78
HSV290°33°94°
CMYK 0.050.330.00   0.06
XYZ59.342247.197087.6436
Yxy47.19700.30560.2431
Hunter Lab68.700133.9608-27.5487
CIE-Lab74.315638.0534-30.3279

#e29fef color RGB value is (226,159,239).

#e29fef hex color red value is 226, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e29fef hue: 0.81 , saturation: 0.71 and the lightness value of e29fef is 0.78.

The process color (four color CMYK) of #e29fef color hex is 0.05, 0.33, 0.00, 0.06. Web safe color of #e29fef is #cc99ff. Color #e29fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011111 11101111
Octal 342 237 357
Decimal 226 159 239
Hex E2 9F EF

RGB Percentages of Color #e29fef

%36.22
%25.48
%38.30

CMYK Percentages of Color #e29fef

%5
%33
%0
%6

Triadic Colors of #e29fef

#e29fef #efe29f #9fefe2

Analogous Colors of #e29fef

#e29fef #ef9fd4 #ba9fef

Monochromatic Colors of #e29fef

#e29fef

Complementary Color

#e29fef #acef9f

#e29fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29fef Color CSS Codes

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

#e29fef Text Font Color

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

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


#e29fef Background Color

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

This div background color is #e29fef


#e29fef Border Color

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

This div border color is #e29fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,159,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29fef


Comments

No comments written yet.

Please login to write comment.