Color Hex Logo

#e82ee6 Color Hex

#E82EE6
(232,46,230)
0 Favorites   0 Comments

Color spaces of #e82ee6

RGB 23246230
HSL0.840.800.55
HSV301°80°91°
CMYK 0.000.800.01   0.09
XYZ48.538624.823077.0960
Yxy24.82300.32260.1650
Hunter Lab49.822786.7098-56.8699
CIE-Lab56.902685.4208-52.5659

#e82ee6 color RGB value is (232,46,230).

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

The process color (four color CMYK) of #e82ee6 color hex is 0.00, 0.80, 0.01, 0.09. Web safe color of #e82ee6 is #ff33ff. Color #e82ee6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101110 11100110
Octal 350 56 346
Decimal 232 46 230
Hex E8 2E E6

RGB Percentages of Color #e82ee6

%45.67
%9.06
%45.28

CMYK Percentages of Color #e82ee6

%0
%80
%1
%9

Triadic Colors of #e82ee6

#e82ee6 #e6e82e #2ee6e8

Analogous Colors of #e82ee6

#e82ee6 #e82e89 #8d2ee8

Monochromatic Colors of #e82ee6

#e82ee6

Complementary Color

#e82ee6 #2ee830

#e82ee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82ee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82ee6 Color CSS Codes

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

#e82ee6 Text Font Color

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

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


#e82ee6 Background Color

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

This div background color is #e82ee6


#e82ee6 Border Color

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

This div border color is #e82ee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82ee6


Comments

No comments written yet.

Please login to write comment.