Color Hex Logo

#e8bdd3 Color Hex

#E8BDD3
(232,189,211)
0 Favorites   0 Comments

Color spaces of #e8bdd3

RGB 232189211
HSL0.910.480.83
HSV329°19°91°
CMYK 0.000.190.09   0.09
XYZ63.234258.254169.5394
Yxy58.25410.33100.3050
Hunter Lab76.324414.3183-0.5923
CIE-Lab80.879918.9047-5.2003

#e8bdd3 color RGB value is (232,189,211).

#e8bdd3 hex color red value is 232, green value is 189 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #e8bdd3 hue: 0.91 , saturation: 0.48 and the lightness value of e8bdd3 is 0.83.

The process color (four color CMYK) of #e8bdd3 color hex is 0.00, 0.19, 0.09, 0.09. Web safe color of #e8bdd3 is #ffcccc. Color #e8bdd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 11010011
Octal 350 275 323
Decimal 232 189 211
Hex E8 BD D3

RGB Percentages of Color #e8bdd3

%36.71
%29.91
%33.39

CMYK Percentages of Color #e8bdd3

%0
%19
%9
%9

Triadic Colors of #e8bdd3

#e8bdd3 #d3e8bd #bdd3e8

Analogous Colors of #e8bdd3

#e8bdd3 #e8bdbe #e8bde8

Monochromatic Colors of #e8bdd3

#e8bdd3

Complementary Color

#e8bdd3 #bde8d2

#e8bdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bdd3 Color CSS Codes

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

#e8bdd3 Text Font Color

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

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


#e8bdd3 Background Color

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

This div background color is #e8bdd3


#e8bdd3 Border Color

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

This div border color is #e8bdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bdd3


Comments

No comments written yet.

Please login to write comment.