Color Hex Logo

#e1829b Color Hex

#E1829B
(225,130,155)
0 Favorites   0 Comments

Color spaces of #e1829b

RGB 225130155
HSL0.960.610.70
HSV344°42°88°
CMYK 0.000.420.31   0.12
XYZ44.950434.339435.2694
Yxy34.33940.39240.2998
Hunter Lab58.599834.37305.3351
CIE-Lab65.231139.42072.6992

#e1829b color RGB value is (225,130,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10011011
Octal 341 202 233
Decimal 225 130 155
Hex E1 82 9B

RGB Percentages of Color #e1829b

%44.12
%25.49
%30.39

CMYK Percentages of Color #e1829b

%0
%42
%31
%12

Triadic Colors of #e1829b

#e1829b #9be182 #829be1

Analogous Colors of #e1829b

#e1829b #e19982 #e182cb

Monochromatic Colors of #e1829b

#e1829b

Complementary Color

#e1829b #82e1c8

#e1829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1829b Color CSS Codes

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

#e1829b Text Font Color

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

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


#e1829b Background Color

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

This div background color is #e1829b


#e1829b Border Color

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

This div border color is #e1829b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,130,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 #e1829b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1829b


Comments

No comments written yet.

Please login to write comment.