Color Hex Logo

#e3bdee Color Hex

#E3BDEE
(227,189,238)
0 Favorites   0 Comments

Color spaces of #e3bdee

RGB 227189238
HSL0.800.590.84
HSV287°21°93°
CMYK 0.050.210.00   0.07
XYZ65.308858.899188.8154
Yxy58.89910.30660.2765
Hunter Lab76.745717.5942-14.8924
CIE-Lab81.236122.0913-19.2215

#e3bdee color RGB value is (227,189,238).

#e3bdee hex color red value is 227, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e3bdee hue: 0.80 , saturation: 0.59 and the lightness value of e3bdee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111101 11101110
Octal 343 275 356
Decimal 227 189 238
Hex E3 BD EE

RGB Percentages of Color #e3bdee

%34.71
%28.90
%36.39

CMYK Percentages of Color #e3bdee

%5
%21
%0
%7

Triadic Colors of #e3bdee

#e3bdee #eee3bd #bdeee3

Analogous Colors of #e3bdee

#e3bdee #eebde1 #cbbdee

Monochromatic Colors of #e3bdee

#e3bdee

Complementary Color

#e3bdee #c8eebd

#e3bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bdee Color CSS Codes

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

#e3bdee Text Font Color

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

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


#e3bdee Background Color

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

This div background color is #e3bdee


#e3bdee Border Color

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

This div border color is #e3bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bdee


Comments

No comments written yet.

Please login to write comment.