Color Hex Logo

#e29bfd Color Hex

#E29BFD
(226,155,253)
0 Favorites   0 Comments

Color spaces of #e29bfd

RGB 226155253
HSL0.790.960.80
HSV283°39°99°
CMYK 0.110.390.00   0.01
XYZ60.815046.703398.7378
Yxy46.70330.29490.2264
Hunter Lab68.339839.2509-37.8247
CIE-Lab73.999642.9221-38.4130

#e29bfd color RGB value is (226,155,253).

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

The process color (four color CMYK) of #e29bfd color hex is 0.11, 0.39, 0.00, 0.01. Web safe color of #e29bfd is #cc99ff. Color #e29bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11111101
Octal 342 233 375
Decimal 226 155 253
Hex E2 9B FD

RGB Percentages of Color #e29bfd

%35.65
%24.45
%39.91

CMYK Percentages of Color #e29bfd

%11
%39
%0
%1

Triadic Colors of #e29bfd

#e29bfd #fde29b #9bfde2

Analogous Colors of #e29bfd

#e29bfd #fd9be7 #b19bfd

Monochromatic Colors of #e29bfd

#e29bfd

Complementary Color

#e29bfd #b6fd9b

#e29bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bfd Color CSS Codes

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

#e29bfd Text Font Color

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

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


#e29bfd Background Color

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

This div background color is #e29bfd


#e29bfd Border Color

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

This div border color is #e29bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bfd


Comments

No comments written yet.

Please login to write comment.