Color Hex Logo

#e80953 Color Hex

#E80953
(232,9,83)
0 Favorites   0 Comments

Color spaces of #e80953

RGB 232983
HSL0.940.930.47
HSV340°96°91°
CMYK 0.000.960.64   0.09
XYZ34.937717.97579.8118
Yxy17.97570.55700.2866
Hunter Lab42.397872.896115.9574
CIE-Lab49.466675.985823.2078

#e80953 color RGB value is (232,9,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001001 01010011
Octal 350 11 123
Decimal 232 9 83
Hex E8 9 53

RGB Percentages of Color #e80953

%71.60
%2.78
%25.62

CMYK Percentages of Color #e80953

%0
%96
%64
%9

Triadic Colors of #e80953

#e80953 #53e809 #0953e8

Analogous Colors of #e80953

#e80953 #e82e09 #e809c3

Monochromatic Colors of #e80953

#e80953

Complementary Color

#e80953 #09e89e

#e80953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80953 Color CSS Codes

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

#e80953 Text Font Color

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

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


#e80953 Background Color

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

This div background color is #e80953


#e80953 Border Color

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

This div border color is #e80953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80953


Comments

No comments written yet.

Please login to write comment.