Color Hex Logo

#e5bbf1 Color Hex

#E5BBF1
(229,187,241)
0 Favorites   0 Comments

Color spaces of #e5bbf1

RGB 229187241
HSL0.800.660.84
HSV287°22°95°
CMYK 0.050.220.00   0.05
XYZ65.960658.549591.0438
Yxy58.54950.30600.2716
Hunter Lab76.517619.9667-16.9833
CIE-Lab81.043324.3852-21.1038

#e5bbf1 color RGB value is (229,187,241).

#e5bbf1 hex color red value is 229, green value is 187 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #e5bbf1 hue: 0.80 , saturation: 0.66 and the lightness value of e5bbf1 is 0.84.

The process color (four color CMYK) of #e5bbf1 color hex is 0.05, 0.22, 0.00, 0.05. Web safe color of #e5bbf1 is #ccccff. Color #e5bbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111011 11110001
Octal 345 273 361
Decimal 229 187 241
Hex E5 BB F1

RGB Percentages of Color #e5bbf1

%34.86
%28.46
%36.68

CMYK Percentages of Color #e5bbf1

%5
%22
%0
%5

Triadic Colors of #e5bbf1

#e5bbf1 #f1e5bb #bbf1e5

Analogous Colors of #e5bbf1

#e5bbf1 #f1bbe2 #cabbf1

Monochromatic Colors of #e5bbf1

#e5bbf1

Complementary Color

#e5bbf1 #c7f1bb

#e5bbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bbf1 Color CSS Codes

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

#e5bbf1 Text Font Color

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

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


#e5bbf1 Background Color

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

This div background color is #e5bbf1


#e5bbf1 Border Color

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

This div border color is #e5bbf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,187,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5bbf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5bbf1;
  -webkit-box-shadow: 1px 1px 3px 2px #e5bbf1;
  box-shadow:         1px 1px 3px 2px #e5bbf1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,187,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bbf1


Comments

No comments written yet.

Please login to write comment.