Color Hex Logo

#e1829e Color Hex

#E1829E
(225,130,158)
0 Favorites   0 Comments

Color spaces of #e1829e

RGB 225130158
HSL0.950.610.70
HSV342°42°88°
CMYK 0.000.420.30   0.12
XYZ45.205534.441436.6130
Yxy34.44140.38880.2962
Hunter Lab58.686834.79384.0914
CIE-Lab65.311439.80991.1152

#e1829e color RGB value is (225,130,158).

#e1829e hex color red value is 225, green value is 130 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e1829e hue: 0.95 , saturation: 0.61 and the lightness value of e1829e is 0.70.

The process color (four color CMYK) of #e1829e color hex is 0.00, 0.42, 0.30, 0.12. Web safe color of #e1829e is #cc9999. Color #e1829e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10011110
Octal 341 202 236
Decimal 225 130 158
Hex E1 82 9E

RGB Percentages of Color #e1829e

%43.86
%25.34
%30.80

CMYK Percentages of Color #e1829e

%0
%42
%30
%12

Triadic Colors of #e1829e

#e1829e #9ee182 #829ee1

Analogous Colors of #e1829e

#e1829e #e19682 #e182ce

Monochromatic Colors of #e1829e

#e1829e

Complementary Color

#e1829e #82e1c5

#e1829e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1829e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1829e Color CSS Codes

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

#e1829e Text Font Color

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

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


#e1829e Background Color

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

This div background color is #e1829e


#e1829e Border Color

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

This div border color is #e1829e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1829e


Comments

No comments written yet.

Please login to write comment.