Color Hex Logo

#e82ebe Color Hex

#E82EBE
(232,46,190)
0 Favorites   0 Comments

Color spaces of #e82ebe

RGB 23246190
HSL0.870.800.55
HSV314°80°91°
CMYK 0.000.800.18   0.09
XYZ43.550022.827550.8260
Yxy22.82750.37160.1948
Hunter Lab47.778179.0919-29.6275
CIE-Lab54.894279.8880-32.9139

#e82ebe color RGB value is (232,46,190).

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

The process color (four color CMYK) of #e82ebe color hex is 0.00, 0.80, 0.18, 0.09. Web safe color of #e82ebe is #ff33cc. Color #e82ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101110 10111110
Octal 350 56 276
Decimal 232 46 190
Hex E8 2E BE

RGB Percentages of Color #e82ebe

%49.57
%9.83
%40.60

CMYK Percentages of Color #e82ebe

%0
%80
%18
%9

Triadic Colors of #e82ebe

#e82ebe #bee82e #2ebee8

Analogous Colors of #e82ebe

#e82ebe #e82e61 #b52ee8

Monochromatic Colors of #e82ebe

#e82ebe

Complementary Color

#e82ebe #2ee858

#e82ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82ebe Color CSS Codes

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

#e82ebe Text Font Color

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

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


#e82ebe Background Color

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

This div background color is #e82ebe


#e82ebe Border Color

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

This div border color is #e82ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82ebe


Comments

No comments written yet.

Please login to write comment.