Color Hex Logo

#e7829a Color Hex

#E7829A
(231,130,154)
0 Favorites   0 Comments

Color spaces of #e7829a

RGB 231130154
HSL0.960.680.71
HSV346°44°91°
CMYK 0.000.440.33   0.09
XYZ46.770435.287334.9179
Yxy35.28730.39980.3017
Hunter Lab59.403136.58466.7308
CIE-Lab65.971741.41644.4340

#e7829a color RGB value is (231,130,154).

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

The process color (four color CMYK) of #e7829a color hex is 0.00, 0.44, 0.33, 0.09. Web safe color of #e7829a is #ff9999. Color #e7829a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000010 10011010
Octal 347 202 232
Decimal 231 130 154
Hex E7 82 9A

RGB Percentages of Color #e7829a

%44.85
%25.24
%29.90

CMYK Percentages of Color #e7829a

%0
%44
%33
%9

Triadic Colors of #e7829a

#e7829a #9ae782 #829ae7

Analogous Colors of #e7829a

#e7829a #e79d82 #e782cd

Monochromatic Colors of #e7829a

#e7829a

Complementary Color

#e7829a #82e7cf

#e7829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7829a Color CSS Codes

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

#e7829a Text Font Color

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

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


#e7829a Background Color

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

This div background color is #e7829a


#e7829a Border Color

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

This div border color is #e7829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7829a


Comments

No comments written yet.

Please login to write comment.