Color Hex Logo

#e29bfb Color Hex

#E29BFB
(226,155,251)
0 Favorites   0 Comments

Color spaces of #e29bfb

RGB 226155251
HSL0.790.920.80
HSV284°38°98°
CMYK 0.100.380.00   0.02
XYZ60.498046.576597.0684
Yxy46.57650.29640.2282
Hunter Lab68.247038.8003-36.5559
CIE-Lab73.918142.5236-37.4564

#e29bfb color RGB value is (226,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11111011
Octal 342 233 373
Decimal 226 155 251
Hex E2 9B FB

RGB Percentages of Color #e29bfb

%35.76
%24.53
%39.72

CMYK Percentages of Color #e29bfb

%10
%38
%0
%2

Triadic Colors of #e29bfb

#e29bfb #fbe29b #9bfbe2

Analogous Colors of #e29bfb

#e29bfb #fb9be4 #b29bfb

Monochromatic Colors of #e29bfb

#e29bfb

Complementary Color

#e29bfb #b4fb9b

#e29bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bfb Color CSS Codes

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

#e29bfb Text Font Color

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

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


#e29bfb Background Color

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

This div background color is #e29bfb


#e29bfb Border Color

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

This div border color is #e29bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bfb

#e29bfb Color Palettes


Comments

No comments written yet.

Please login to write comment.