Color Hex Logo

#e82aac Color Hex

#E82AAC
(232,42,172)
0 Favorites   0 Comments

Color spaces of #e82aac

RGB 23242172
HSL0.890.810.54
HSV319°82°91°
CMYK 0.000.820.26   0.09
XYZ41.553121.790341.0456
Yxy21.79030.39810.2087
Hunter Lab46.680177.2048-19.4574
CIE-Lab53.803878.6040-24.1257

#e82aac color RGB value is (232,42,172).

#e82aac hex color red value is 232, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e82aac hue: 0.89 , saturation: 0.81 and the lightness value of e82aac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101010 10101100
Octal 350 52 254
Decimal 232 42 172
Hex E8 2A AC

RGB Percentages of Color #e82aac

%52.02
%9.42
%38.57

CMYK Percentages of Color #e82aac

%0
%82
%26
%9

Triadic Colors of #e82aac

#e82aac #ace82a #2aace8

Analogous Colors of #e82aac

#e82aac #e82a4d #c52ae8

Monochromatic Colors of #e82aac

#e82aac

Complementary Color

#e82aac #2ae866

#e82aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82aac Color CSS Codes

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

#e82aac Text Font Color

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

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


#e82aac Background Color

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

This div background color is #e82aac


#e82aac Border Color

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

This div border color is #e82aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82aac


Comments

No comments written yet.

Please login to write comment.