Color Hex Logo

#e4bbdb Color Hex

#E4BBDB
(228,187,219)
0 Favorites   0 Comments

Color spaces of #e4bbdb

RGB 228187219
HSL0.870.430.81
HSV313°18°89°
CMYK 0.000.180.04   0.11
XYZ62.551457.149174.7519
Yxy57.14910.32170.2939
Hunter Lab75.597015.4018-5.7093
CIE-Lab80.263419.9851-10.4634

#e4bbdb color RGB value is (228,187,219).

#e4bbdb hex color red value is 228, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e4bbdb hue: 0.87 , saturation: 0.43 and the lightness value of e4bbdb is 0.81.

The process color (four color CMYK) of #e4bbdb color hex is 0.00, 0.18, 0.04, 0.11. Web safe color of #e4bbdb is #cccccc. Color #e4bbdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11011011
Octal 344 273 333
Decimal 228 187 219
Hex E4 BB DB

RGB Percentages of Color #e4bbdb

%35.96
%29.50
%34.54

CMYK Percentages of Color #e4bbdb

%0
%18
%4
%11

Triadic Colors of #e4bbdb

#e4bbdb #dbe4bb #bbdbe4

Analogous Colors of #e4bbdb

#e4bbdb #e4bbc7 #d9bbe4

Monochromatic Colors of #e4bbdb

#e4bbdb

Complementary Color

#e4bbdb #bbe4c4

#e4bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbdb Color CSS Codes

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

#e4bbdb Text Font Color

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

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


#e4bbdb Background Color

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

This div background color is #e4bbdb


#e4bbdb Border Color

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

This div border color is #e4bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbdb


Comments

No comments written yet.

Please login to write comment.