Color Hex Logo

#e6bbdd Color Hex

#E6BBDD
(230,187,221)
0 Favorites   0 Comments

Color spaces of #e6bbdd

RGB 230187221
HSL0.870.460.82
HSV313°19°90°
CMYK 0.000.190.04   0.10
XYZ63.454657.584176.1770
Yxy57.58410.32180.2920
Hunter Lab75.884216.4649-6.3998
CIE-Lab80.507021.0183-11.1575

#e6bbdd color RGB value is (230,187,221).

#e6bbdd hex color red value is 230, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e6bbdd hue: 0.87 , saturation: 0.46 and the lightness value of e6bbdd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111011 11011101
Octal 346 273 335
Decimal 230 187 221
Hex E6 BB DD

RGB Percentages of Color #e6bbdd

%36.05
%29.31
%34.64

CMYK Percentages of Color #e6bbdd

%0
%19
%4
%10

Triadic Colors of #e6bbdd

#e6bbdd #dde6bb #bbdde6

Analogous Colors of #e6bbdd

#e6bbdd #e6bbc8 #dabbe6

Monochromatic Colors of #e6bbdd

#e6bbdd

Complementary Color

#e6bbdd #bbe6c4

#e6bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bbdd Color CSS Codes

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

#e6bbdd Text Font Color

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

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


#e6bbdd Background Color

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

This div background color is #e6bbdd


#e6bbdd Border Color

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

This div border color is #e6bbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,187,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 #e6bbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bbdd


Comments

No comments written yet.

Please login to write comment.