Color Hex Logo

#e2bdef Color Hex

#E2BDEF
(226,189,239)
0 Favorites   0 Comments

Color spaces of #e2bdef

RGB 226189239
HSL0.790.610.84
HSV284°21°94°
CMYK 0.050.210.00   0.06
XYZ65.141658.795989.5768
Yxy58.79590.30510.2754
Hunter Lab76.678517.4559-15.5884
CIE-Lab81.179321.9594-19.8519

#e2bdef color RGB value is (226,189,239).

#e2bdef hex color red value is 226, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e2bdef hue: 0.79 , saturation: 0.61 and the lightness value of e2bdef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111101 11101111
Octal 342 275 357
Decimal 226 189 239
Hex E2 BD EF

RGB Percentages of Color #e2bdef

%34.56
%28.90
%36.54

CMYK Percentages of Color #e2bdef

%5
%21
%0
%6

Triadic Colors of #e2bdef

#e2bdef #efe2bd #bdefe2

Analogous Colors of #e2bdef

#e2bdef #efbde3 #c9bdef

Monochromatic Colors of #e2bdef

#e2bdef

Complementary Color

#e2bdef #caefbd

#e2bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bdef Color CSS Codes

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

#e2bdef Text Font Color

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

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


#e2bdef Background Color

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

This div background color is #e2bdef


#e2bdef Border Color

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

This div border color is #e2bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bdef


Comments

No comments written yet.

Please login to write comment.