Color Hex Logo

#e29beb Color Hex

#E29BEB
(226,155,235)
0 Favorites   0 Comments

Color spaces of #e29beb

RGB 226155235
HSL0.810.670.76
HSV293°34°92°
CMYK 0.040.340.00   0.08
XYZ58.080845.609684.3396
Yxy45.60960.30890.2426
Hunter Lab67.534935.3261-26.7687
CIE-Lab73.291539.4180-29.7257

#e29beb color RGB value is (226,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11101011
Octal 342 233 353
Decimal 226 155 235
Hex E2 9B EB

RGB Percentages of Color #e29beb

%36.69
%25.16
%38.15

CMYK Percentages of Color #e29beb

%4
%34
%0
%8

Triadic Colors of #e29beb

#e29beb #ebe29b #9bebe2

Analogous Colors of #e29beb

#e29beb #eb9bcc #ba9beb

Monochromatic Colors of #e29beb

#e29beb

Complementary Color

#e29beb #a4eb9b

#e29beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29beb Color CSS Codes

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

#e29beb Text Font Color

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

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


#e29beb Background Color

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

This div background color is #e29beb


#e29beb Border Color

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

This div border color is #e29beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29beb


Comments

No comments written yet.

Please login to write comment.