color codes Logo

#e82ea6 color codes

#E82EA6
(232,46,166)
0 Favorites   0 Comments

Color spaces of #e82ea6

RGB 23246166
HSL0.890.800.55
HSV321°80°91°
CMYK 0.000.800.28   0.09
XYZ41.138621.863038.1281
Yxy21.86300.40680.2162
Hunter Lab46.757975.2219-15.6167
CIE-Lab53.881377.0037-20.4844

#e82ea6 color RGB value is (232,46,166).

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

The process color (four color CMYK) of #e82ea6 color code is 0.00, 0.80, 0.28, 0.09. Web safe color of #e82ea6 is #ff3399. Color #e82ea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101110 10100110
Octal 350 56 246
Decimal 232 46 166
Hex E8 2E A6

RGB Percentages of Color #e82ea6

%52.25
%10.36
%37.39

CMYK Percentages of Color #e82ea6

%0
%80
%28
%9

Triadic Colors of #e82ea6

#e82ea6 #a6e82e #2ea6e8

Analogous Colors of #e82ea6

#e82ea6 #e82e49 #cd2ee8

Monochromatic Colors of #e82ea6

#e82ea6

Complementary Color

#e82ea6 #2ee870

#e82ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82ea6 Color CSS Codes

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

#e82ea6 Text Font Color

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

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


#e82ea6 Background Color

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

This div background color is #e82ea6


#e82ea6 Border Color

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

This div border color is #e82ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82ea6


Comments

No comments written yet.

Please login to write comment.