Color Hex Logo

#e82eab Color Hex

#E82EAB
(232,46,171)
0 Favorites   0 Comments

Color spaces of #e82eab

RGB 23246171
HSL0.890.800.55
HSV320°80°91°
CMYK 0.000.800.26   0.09
XYZ41.606422.050140.5913
Yxy22.05010.39910.2115
Hunter Lab46.957575.9830-18.3815
CIE-Lab54.080177.5751-23.1142

#e82eab color RGB value is (232,46,171).

#e82eab hex color red value is 232, green value is 46 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e82eab hue: 0.89 , saturation: 0.80 and the lightness value of e82eab is 0.55.

The process color (four color CMYK) of #e82eab color hex is 0.00, 0.80, 0.26, 0.09. Web safe color of #e82eab is #ff3399. Color #e82eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101110 10101011
Octal 350 56 253
Decimal 232 46 171
Hex E8 2E AB

RGB Percentages of Color #e82eab

%51.67
%10.24
%38.08

CMYK Percentages of Color #e82eab

%0
%80
%26
%9

Triadic Colors of #e82eab

#e82eab #abe82e #2eabe8

Analogous Colors of #e82eab

#e82eab #e82e4e #c82ee8

Monochromatic Colors of #e82eab

#e82eab

Complementary Color

#e82eab #2ee86b

#e82eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82eab Color CSS Codes

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

#e82eab Text Font Color

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

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


#e82eab Background Color

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

This div background color is #e82eab


#e82eab Border Color

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

This div border color is #e82eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,46,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e82eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e82eab;
  -webkit-box-shadow: 1px 1px 3px 2px #e82eab;
  box-shadow:         1px 1px 3px 2px #e82eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,46,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82eab


Comments

No comments written yet.

Please login to write comment.