Color Hex Logo

#e29bef Color Hex

#E29BEF
(226,155,239)
0 Favorites   0 Comments

Color spaces of #e29bef

RGB 226155239
HSL0.810.720.77
HSV291°35°94°
CMYK 0.050.350.00   0.06
XYZ58.665445.843487.4180
Yxy45.84340.30570.2389
Hunter Lab67.707836.1728-29.1543
CIE-Lab73.443840.1803-31.6712

#e29bef color RGB value is (226,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11101111
Octal 342 233 357
Decimal 226 155 239
Hex E2 9B EF

RGB Percentages of Color #e29bef

%36.45
%25.00
%38.55

CMYK Percentages of Color #e29bef

%5
%35
%0
%6

Triadic Colors of #e29bef

#e29bef #efe29b #9befe2

Analogous Colors of #e29bef

#e29bef #ef9bd2 #b89bef

Monochromatic Colors of #e29bef

#e29bef

Complementary Color

#e29bef #a8ef9b

#e29bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bef Color CSS Codes

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

#e29bef Text Font Color

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

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


#e29bef Background Color

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

This div background color is #e29bef


#e29bef Border Color

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

This div border color is #e29bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bef

#e29bef Color Palettes


Comments

No comments written yet.

Please login to write comment.