Color Hex Logo

#e82ebd Color Hex

#E82EBD
(232,46,189)
0 Favorites   0 Comments

Color spaces of #e82ebd

RGB 23246189
HSL0.870.800.55
HSV314°80°91°
CMYK 0.000.800.19   0.09
XYZ43.441022.783950.2523
Yxy22.78390.37300.1956
Hunter Lab47.732578.9198-29.0072
CIE-Lab54.849079.7608-32.4058

#e82ebd color RGB value is (232,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101110 10111101
Octal 350 56 275
Decimal 232 46 189
Hex E8 2E BD

RGB Percentages of Color #e82ebd

%49.68
%9.85
%40.47

CMYK Percentages of Color #e82ebd

%0
%80
%19
%9

Triadic Colors of #e82ebd

#e82ebd #bde82e #2ebde8

Analogous Colors of #e82ebd

#e82ebd #e82e60 #b62ee8

Monochromatic Colors of #e82ebd

#e82ebd

Complementary Color

#e82ebd #2ee859

#e82ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82ebd Color CSS Codes

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

#e82ebd Text Font Color

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

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


#e82ebd Background Color

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

This div background color is #e82ebd


#e82ebd Border Color

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

This div border color is #e82ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82ebd


Comments

No comments written yet.

Please login to write comment.