Color Hex Logo

#e5bbda Color Hex

#E5BBDA
(229,187,218)
0 Favorites   0 Comments

Color spaces of #e5bbda

RGB 229187218
HSL0.880.450.82
HSV316°18°90°
CMYK 0.000.180.05   0.10
XYZ62.738357.260674.0754
Yxy57.26060.32330.2950
Hunter Lab75.670715.5698-5.0705
CIE-Lab80.325920.1482-9.8216

#e5bbda color RGB value is (229,187,218).

#e5bbda hex color red value is 229, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e5bbda hue: 0.88 , saturation: 0.45 and the lightness value of e5bbda is 0.82.

The process color (four color CMYK) of #e5bbda color hex is 0.00, 0.18, 0.05, 0.10. Web safe color of #e5bbda is #cccccc. Color #e5bbda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111011 11011010
Octal 345 273 332
Decimal 229 187 218
Hex E5 BB DA

RGB Percentages of Color #e5bbda

%36.12
%29.50
%34.38

CMYK Percentages of Color #e5bbda

%0
%18
%5
%10

Triadic Colors of #e5bbda

#e5bbda #dae5bb #bbdae5

Analogous Colors of #e5bbda

#e5bbda #e5bbc5 #dbbbe5

Monochromatic Colors of #e5bbda

#e5bbda

Complementary Color

#e5bbda #bbe5c6

#e5bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bbda Color CSS Codes

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

#e5bbda Text Font Color

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

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


#e5bbda Background Color

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

This div background color is #e5bbda


#e5bbda Border Color

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

This div border color is #e5bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bbda


Comments

No comments written yet.

Please login to write comment.