Color Hex Logo

#e1b9dc Color Hex

#E1B9DC
(225,185,220)
0 Favorites   0 Comments

Color spaces of #e1b9dc

RGB 225185220
HSL0.850.400.80
HSV308°18°88°
CMYK 0.000.180.02   0.12
XYZ61.318655.872875.2628
Yxy55.87280.31860.2903
Hunter Lab74.748115.6209-7.3746
CIE-Lab79.541420.2211-12.1093

#e1b9dc color RGB value is (225,185,220).

#e1b9dc hex color red value is 225, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e1b9dc hue: 0.85 , saturation: 0.40 and the lightness value of e1b9dc is 0.80.

The process color (four color CMYK) of #e1b9dc color hex is 0.00, 0.18, 0.02, 0.12. Web safe color of #e1b9dc is #cccccc. Color #e1b9dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111001 11011100
Octal 341 271 334
Decimal 225 185 220
Hex E1 B9 DC

RGB Percentages of Color #e1b9dc

%35.71
%29.37
%34.92

CMYK Percentages of Color #e1b9dc

%0
%18
%2
%12

Triadic Colors of #e1b9dc

#e1b9dc #dce1b9 #b9dce1

Analogous Colors of #e1b9dc

#e1b9dc #e1b9c8 #d2b9e1

Monochromatic Colors of #e1b9dc

#e1b9dc

Complementary Color

#e1b9dc #b9e1be

#e1b9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b9dc Color CSS Codes

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

#e1b9dc Text Font Color

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

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


#e1b9dc Background Color

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

This div background color is #e1b9dc


#e1b9dc Border Color

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

This div border color is #e1b9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b9dc


Comments

No comments written yet.

Please login to write comment.