Color Hex Logo

#e1bbd0 Color Hex

#E1BBD0
(225,187,208)
0 Favorites   0 Comments

Color spaces of #e1bbd0

RGB 225187208
HSL0.910.390.81
HSV327°17°88°
CMYK 0.000.170.08   0.12
XYZ60.206856.102367.3301
Yxy56.10230.32790.3055
Hunter Lab74.901512.4031-0.8657
CIE-Lab79.672017.0309-5.4392

#e1bbd0 color RGB value is (225,187,208).

#e1bbd0 hex color red value is 225, green value is 187 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e1bbd0 hue: 0.91 , saturation: 0.39 and the lightness value of e1bbd0 is 0.81.

The process color (four color CMYK) of #e1bbd0 color hex is 0.00, 0.17, 0.08, 0.12. Web safe color of #e1bbd0 is #cccccc. Color #e1bbd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 11010000
Octal 341 273 320
Decimal 225 187 208
Hex E1 BB D0

RGB Percentages of Color #e1bbd0

%36.29
%30.16
%33.55

CMYK Percentages of Color #e1bbd0

%0
%17
%8
%12

Triadic Colors of #e1bbd0

#e1bbd0 #d0e1bb #bbd0e1

Analogous Colors of #e1bbd0

#e1bbd0 #e1bbbd #dfbbe1

Monochromatic Colors of #e1bbd0

#e1bbd0

Complementary Color

#e1bbd0 #bbe1cc

#e1bbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbd0 Color CSS Codes

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

#e1bbd0 Text Font Color

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

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


#e1bbd0 Background Color

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

This div background color is #e1bbd0


#e1bbd0 Border Color

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

This div border color is #e1bbd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,187,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbd0


Comments

No comments written yet.

Please login to write comment.