Color Hex Logo

#e1809b Color Hex

#E1809B
(225,128,155)
0 Favorites   0 Comments

Color spaces of #e1809b

RGB 225128155
HSL0.950.620.69
HSV343°43°88°
CMYK 0.000.430.31   0.12
XYZ44.686933.812535.1815
Yxy33.81250.39310.2974
Hunter Lab58.148535.41664.8318
CIE-Lab64.813540.45802.0933

#e1809b color RGB value is (225,128,155).

#e1809b hex color red value is 225, green value is 128 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e1809b hue: 0.95 , saturation: 0.62 and the lightness value of e1809b is 0.69.

The process color (four color CMYK) of #e1809b color hex is 0.00, 0.43, 0.31, 0.12. Web safe color of #e1809b is #cc9999. Color #e1809b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 10011011
Octal 341 200 233
Decimal 225 128 155
Hex E1 80 9B

RGB Percentages of Color #e1809b

%44.29
%25.20
%30.51

CMYK Percentages of Color #e1809b

%0
%43
%31
%12

Triadic Colors of #e1809b

#e1809b #9be180 #809be1

Analogous Colors of #e1809b

#e1809b #e19680 #e180cc

Monochromatic Colors of #e1809b

#e1809b

Complementary Color

#e1809b #80e1c6

#e1809b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1809b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1809b Color CSS Codes

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

#e1809b Text Font Color

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

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


#e1809b Background Color

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

This div background color is #e1809b


#e1809b Border Color

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

This div border color is #e1809b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1809b


Comments

No comments written yet.

Please login to write comment.