Color Hex Logo

#e1808d Color Hex

#E1808D
(225,128,141)
0 Favorites   0 Comments

Color spaces of #e1808d

RGB 225128141
HSL0.980.620.69
HSV352°43°88°
CMYK 0.000.430.37   0.12
XYZ43.578233.369029.3433
Yxy33.36900.41000.3139
Hunter Lab57.765933.568810.3186
CIE-Lab64.458638.74549.5364

#e1808d color RGB value is (225,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 10001101
Octal 341 200 215
Decimal 225 128 141
Hex E1 80 8D

RGB Percentages of Color #e1808d

%45.55
%25.91
%28.54

CMYK Percentages of Color #e1808d

%0
%43
%37
%12

Triadic Colors of #e1808d

#e1808d #8de180 #808de1

Analogous Colors of #e1808d

#e1808d #e1a480 #e180be

Monochromatic Colors of #e1808d

#e1808d

Complementary Color

#e1808d #80e1d4

#e1808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1808d Color CSS Codes

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

#e1808d Text Font Color

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

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


#e1808d Background Color

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

This div background color is #e1808d


#e1808d Border Color

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

This div border color is #e1808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1808d


Comments

No comments written yet.

Please login to write comment.