Color Hex Logo

#e3bad9 Color Hex

#E3BAD9
(227,186,217)
0 Favorites   0 Comments

Color spaces of #e3bad9

RGB 227186217
HSL0.870.420.81
HSV315°18°89°
CMYK 0.000.180.04   0.11
XYZ61.761856.458573.2880
Yxy56.45850.32250.2948
Hunter Lab75.138915.2284-5.2323
CIE-Lab79.874119.8255-9.9753

#e3bad9 color RGB value is (227,186,217).

#e3bad9 hex color red value is 227, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #e3bad9 hue: 0.87 , saturation: 0.42 and the lightness value of e3bad9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11011001
Octal 343 272 331
Decimal 227 186 217
Hex E3 BA D9

RGB Percentages of Color #e3bad9

%36.03
%29.52
%34.44

CMYK Percentages of Color #e3bad9

%0
%18
%4
%11

Triadic Colors of #e3bad9

#e3bad9 #d9e3ba #bad9e3

Analogous Colors of #e3bad9

#e3bad9 #e3bac5 #d9bae3

Monochromatic Colors of #e3bad9

#e3bad9

Complementary Color

#e3bad9 #bae3c4

#e3bad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bad9 Color CSS Codes

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

#e3bad9 Text Font Color

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

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


#e3bad9 Background Color

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

This div background color is #e3bad9


#e3bad9 Border Color

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

This div border color is #e3bad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bad9

#e3bad9 Color Palettes


Comments

No comments written yet.

Please login to write comment.