Color Hex Logo

#e4bdde Color Hex

#E4BDDE
(228,189,222)
0 Favorites   0 Comments

Color spaces of #e4bdde

RGB 228189222
HSL0.860.420.82
HSV309°17°89°
CMYK 0.000.170.03   0.11
XYZ63.377358.163176.9935
Yxy58.16310.31920.2930
Hunter Lab76.264714.8733-6.4712
CIE-Lab80.829419.4512-11.2338

#e4bdde color RGB value is (228,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111101 11011110
Octal 344 275 336
Decimal 228 189 222
Hex E4 BD DE

RGB Percentages of Color #e4bdde

%35.68
%29.58
%34.74

CMYK Percentages of Color #e4bdde

%0
%17
%3
%11

Triadic Colors of #e4bdde

#e4bdde #dee4bd #bddee4

Analogous Colors of #e4bdde

#e4bdde #e4bdcb #d7bde4

Monochromatic Colors of #e4bdde

#e4bdde

Complementary Color

#e4bdde #bde4c3

#e4bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bdde Color CSS Codes

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

#e4bdde Text Font Color

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

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


#e4bdde Background Color

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

This div background color is #e4bdde


#e4bdde Border Color

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

This div border color is #e4bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bdde


Comments

No comments written yet.

Please login to write comment.