Color Hex Logo

#e8bedd Color Hex

#E8BEDD
(232,190,221)
0 Favorites   0 Comments

Color spaces of #e8bedd

RGB 232190221
HSL0.880.480.83
HSV316°18°91°
CMYK 0.000.180.05   0.09
XYZ64.743359.203276.4216
Yxy59.20320.32310.2955
Hunter Lab76.943615.5454-5.0272
CIE-Lab81.403220.0941-9.8022

#e8bedd color RGB value is (232,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111110 11011101
Octal 350 276 335
Decimal 232 190 221
Hex E8 BE DD

RGB Percentages of Color #e8bedd

%36.08
%29.55
%34.37

CMYK Percentages of Color #e8bedd

%0
%18
%5
%9

Triadic Colors of #e8bedd

#e8bedd #dde8be #bedde8

Analogous Colors of #e8bedd

#e8bedd #e8bec8 #debee8

Monochromatic Colors of #e8bedd

#e8bedd

Complementary Color

#e8bedd #bee8c9

#e8bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bedd Color CSS Codes

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

#e8bedd Text Font Color

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

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


#e8bedd Background Color

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

This div background color is #e8bedd


#e8bedd Border Color

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

This div border color is #e8bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bedd


Comments

No comments written yet.

Please login to write comment.