Color Hex Logo

#e3bddc Color Hex

#E3BDDC
(227,189,220)
0 Favorites   0 Comments

Color spaces of #e3bddc

RGB 227189220
HSL0.860.400.82
HSV311°17°89°
CMYK 0.000.170.03   0.11
XYZ62.794457.893475.5751
Yxy57.89340.32000.2950
Hunter Lab76.087714.1607-5.6292
CIE-Lab80.679518.7540-10.3912

#e3bddc color RGB value is (227,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111101 11011100
Octal 343 275 334
Decimal 227 189 220
Hex E3 BD DC

RGB Percentages of Color #e3bddc

%35.69
%29.72
%34.59

CMYK Percentages of Color #e3bddc

%0
%17
%3
%11

Triadic Colors of #e3bddc

#e3bddc #dce3bd #bddce3

Analogous Colors of #e3bddc

#e3bddc #e3bdc9 #d7bde3

Monochromatic Colors of #e3bddc

#e3bddc

Complementary Color

#e3bddc #bde3c4

#e3bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bddc Color CSS Codes

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

#e3bddc Text Font Color

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

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


#e3bddc Background Color

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

This div background color is #e3bddc


#e3bddc Border Color

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

This div border color is #e3bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bddc


Comments

No comments written yet.

Please login to write comment.