Color Hex Logo

#e80959 Color Hex

#E80959
(232,9,89)
0 Favorites   0 Comments

Color spaces of #e80959

RGB 232989
HSL0.940.930.47
HSV338°96°91°
CMYK 0.000.960.62   0.09
XYZ35.179618.072411.0854
Yxy18.07240.54680.2809
Hunter Lab42.511673.318514.2976
CIE-Lab49.583876.305419.6869

#e80959 color RGB value is (232,9,89).

#e80959 hex color red value is 232, green value is 9 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e80959 hue: 0.94 , saturation: 0.93 and the lightness value of e80959 is 0.47.

The process color (four color CMYK) of #e80959 color hex is 0.00, 0.96, 0.62, 0.09. Web safe color of #e80959 is #ff0066. Color #e80959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001001 01011001
Octal 350 11 131
Decimal 232 9 89
Hex E8 9 59

RGB Percentages of Color #e80959

%70.30
%2.73
%26.97

CMYK Percentages of Color #e80959

%0
%96
%62
%9

Triadic Colors of #e80959

#e80959 #59e809 #0959e8

Analogous Colors of #e80959

#e80959 #e82909 #e809c9

Monochromatic Colors of #e80959

#e80959

Complementary Color

#e80959 #09e898

#e80959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80959 Color CSS Codes

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

#e80959 Text Font Color

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

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


#e80959 Background Color

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

This div background color is #e80959


#e80959 Border Color

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

This div border color is #e80959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80959


Comments

No comments written yet.

Please login to write comment.