Color Hex Logo

#e0829a Color Hex

#E0829A
(224,130,154)
0 Favorites   0 Comments

Color spaces of #e0829a

RGB 224130154
HSL0.960.600.69
HSV345°42°88°
CMYK 0.000.420.31   0.12
XYZ44.555834.145734.8143
Yxy34.14570.39250.3008
Hunter Lab58.434333.84515.5799
CIE-Lab65.078138.93703.0287

#e0829a color RGB value is (224,130,154).

#e0829a hex color red value is 224, green value is 130 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e0829a hue: 0.96 , saturation: 0.60 and the lightness value of e0829a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10011010
Octal 340 202 232
Decimal 224 130 154
Hex E0 82 9A

RGB Percentages of Color #e0829a

%44.09
%25.59
%30.31

CMYK Percentages of Color #e0829a

%0
%42
%31
%12

Triadic Colors of #e0829a

#e0829a #9ae082 #829ae0

Analogous Colors of #e0829a

#e0829a #e09982 #e082c9

Monochromatic Colors of #e0829a

#e0829a

Complementary Color

#e0829a #82e0c8

#e0829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0829a Color CSS Codes

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

#e0829a Text Font Color

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

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


#e0829a Background Color

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

This div background color is #e0829a


#e0829a Border Color

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

This div border color is #e0829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0829a


Comments

No comments written yet.

Please login to write comment.