Color Hex Logo

#e4bddb Color Hex

#E4BDDB
(228,189,219)
0 Favorites   0 Comments

Color spaces of #e4bddb

RGB 228189219
HSL0.870.420.82
HSV314°17°89°
CMYK 0.000.170.04   0.11
XYZ62.978758.003674.8943
Yxy58.00360.32150.2961
Hunter Lab76.160114.3260-4.9925
CIE-Lab80.740818.9154-9.7522

#e4bddb color RGB value is (228,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 11011011
Octal 344 275 333
Decimal 228 189 219
Hex E4 BD DB

RGB Percentages of Color #e4bddb

%35.85
%29.72
%34.43

CMYK Percentages of Color #e4bddb

%0
%17
%4
%11

Triadic Colors of #e4bddb

#e4bddb #dbe4bd #bddbe4

Analogous Colors of #e4bddb

#e4bddb #e4bdc8 #dabde4

Monochromatic Colors of #e4bddb

#e4bddb

Complementary Color

#e4bddb #bde4c6

#e4bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bddb Color CSS Codes

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

#e4bddb Text Font Color

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

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


#e4bddb Background Color

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

This div background color is #e4bddb


#e4bddb Border Color

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

This div border color is #e4bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bddb

#e4bddb Color Palettes


Comments

No comments written yet.

Please login to write comment.