Color Hex Logo

#e80ebd Color Hex

#E80EBD
(232,14,189)
0 Favorites   0 Comments

Color spaces of #e80ebd

RGB 23214189
HSL0.870.890.48
HSV312°94°91°
CMYK 0.000.940.19   0.09
XYZ42.621121.144049.9789
Yxy21.14400.37470.1859
Hunter Lab45.982684.9814-32.2550
CIE-Lab53.106784.8323-35.1290

#e80ebd color RGB value is (232,14,189).

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

The process color (four color CMYK) of #e80ebd color hex is 0.00, 0.94, 0.19, 0.09. Web safe color of #e80ebd is #ff00cc. Color #e80ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001110 10111101
Octal 350 16 275
Decimal 232 14 189
Hex E8 E BD

RGB Percentages of Color #e80ebd

%53.33
%3.22
%43.45

CMYK Percentages of Color #e80ebd

%0
%94
%19
%9

Triadic Colors of #e80ebd

#e80ebd #bde80e #0ebde8

Analogous Colors of #e80ebd

#e80ebd #e80e50 #a60ee8

Monochromatic Colors of #e80ebd

#e80ebd

Complementary Color

#e80ebd #0ee839

#e80ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ebd Color CSS Codes

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

#e80ebd Text Font Color

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

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


#e80ebd Background Color

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

This div background color is #e80ebd


#e80ebd Border Color

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

This div border color is #e80ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,14,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 #e80ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ebd


Comments

No comments written yet.

Please login to write comment.