Color Hex Logo

#e80083 Color Hex

#E80083
(232,0,131)
0 Favorites   0 Comments

Color spaces of #e80083

RGB 2320131
HSL0.911.000.45
HSV326°100°91°
CMYK 0.001.000.44   0.09
XYZ37.375418.794523.1305
Yxy18.79450.47130.2370
Hunter Lab43.352678.0223-1.2869
CIE-Lab50.445979.9083-4.7741

#e80083 color RGB value is (232,0,131).

#e80083 hex color red value is 232, green value is 0 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #e80083 hue: 0.91 , saturation: 1.00 and the lightness value of e80083 is 0.45.

The process color (four color CMYK) of #e80083 color hex is 0.00, 1.00, 0.44, 0.09. Web safe color of #e80083 is #ff0099. Color #e80083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000000 10000011
Octal 350 0 203
Decimal 232 0 131
Hex E8 0 83

RGB Percentages of Color #e80083

%63.91
%0.00
%36.09

CMYK Percentages of Color #e80083

%0
%100
%44
%9

Triadic Colors of #e80083

#e80083 #83e800 #0083e8

Analogous Colors of #e80083

#e80083 #e8000f #d900e8

Monochromatic Colors of #e80083

#e80083

Complementary Color

#e80083 #00e865

#e80083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80083 Color CSS Codes

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

#e80083 Text Font Color

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

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


#e80083 Background Color

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

This div background color is #e80083


#e80083 Border Color

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

This div border color is #e80083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80083


Comments

No comments written yet.

Please login to write comment.