Color Hex Logo

#e8bddb Color Hex

#E8BDDB
(232,189,219)
0 Favorites   0 Comments

Color spaces of #e8bddb

RGB 232189219
HSL0.880.480.83
HSV318°19°91°
CMYK 0.000.190.06   0.09
XYZ64.262558.665574.9544
Yxy58.66550.32480.2965
Hunter Lab76.593415.7245-4.4059
CIE-Lab81.107420.2773-9.1674

#e8bddb color RGB value is (232,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 11011011
Octal 350 275 333
Decimal 232 189 219
Hex E8 BD DB

RGB Percentages of Color #e8bddb

%36.25
%29.53
%34.22

CMYK Percentages of Color #e8bddb

%0
%19
%6
%9

Triadic Colors of #e8bddb

#e8bddb #dbe8bd #bddbe8

Analogous Colors of #e8bddb

#e8bddb #e8bdc6 #e0bde8

Monochromatic Colors of #e8bddb

#e8bddb

Complementary Color

#e8bddb #bde8ca

#e8bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bddb Color CSS Codes

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

#e8bddb Text Font Color

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

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


#e8bddb Background Color

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

This div background color is #e8bddb


#e8bddb Border Color

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

This div border color is #e8bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bddb


Comments

No comments written yet.

Please login to write comment.