Color Hex Logo

#e1908b Color Hex

#E1908B
(225,144,139)
0 Favorites   0 Comments

Color spaces of #e1908b

RGB 225144139
HSL0.010.590.71
HSV38°88°
CMYK 0.000.360.38   0.12
XYZ45.684837.818129.3179
Yxy37.81810.40490.3352
Hunter Lab61.496424.986314.7815
CIE-Lab67.886330.085715.4836

#e1908b color RGB value is (225,144,139).

#e1908b hex color red value is 225, green value is 144 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e1908b hue: 0.01 , saturation: 0.59 and the lightness value of e1908b is 0.71.

The process color (four color CMYK) of #e1908b color hex is 0.00, 0.36, 0.38, 0.12. Web safe color of #e1908b is #cc9999. Color #e1908b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10001011
Octal 341 220 213
Decimal 225 144 139
Hex E1 90 8B

RGB Percentages of Color #e1908b

%44.29
%28.35
%27.36

CMYK Percentages of Color #e1908b

%0
%36
%38
%12

Triadic Colors of #e1908b

#e1908b #8be190 #908be1

Analogous Colors of #e1908b

#e1908b #e1bb8b #e18bb1

Monochromatic Colors of #e1908b

#e1908b

Complementary Color

#e1908b #8bdce1

#e1908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1908b Color CSS Codes

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

#e1908b Text Font Color

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

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


#e1908b Background Color

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

This div background color is #e1908b


#e1908b Border Color

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

This div border color is #e1908b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1908b


Comments

No comments written yet.

Please login to write comment.