Color Hex Logo

#e3bbda Color Hex

#E3BBDA
(227,187,218)
0 Favorites   0 Comments

Color spaces of #e3bbda

RGB 227187218
HSL0.870.420.81
HSV314°18°89°
CMYK 0.000.180.04   0.11
XYZ62.103856.933574.0457
Yxy56.93350.32160.2949
Hunter Lab75.454314.8721-5.3652
CIE-Lab80.142219.4677-10.1150

#e3bbda color RGB value is (227,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111011 11011010
Octal 343 273 332
Decimal 227 187 218
Hex E3 BB DA

RGB Percentages of Color #e3bbda

%35.92
%29.59
%34.49

CMYK Percentages of Color #e3bbda

%0
%18
%4
%11

Triadic Colors of #e3bbda

#e3bbda #dae3bb #bbdae3

Analogous Colors of #e3bbda

#e3bbda #e3bbc6 #d8bbe3

Monochromatic Colors of #e3bbda

#e3bbda

Complementary Color

#e3bbda #bbe3c4

#e3bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bbda Color CSS Codes

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

#e3bbda Text Font Color

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

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


#e3bbda Background Color

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

This div background color is #e3bbda


#e3bbda Border Color

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

This div border color is #e3bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bbda


Comments

No comments written yet.

Please login to write comment.