Color Hex Logo

#e8055e Color Hex

#E8055E
(232,5,94)
0 Favorites   0 Comments

Color spaces of #e8055e

RGB 232594
HSL0.930.960.46
HSV336°98°91°
CMYK 0.000.980.59   0.09
XYZ35.353418.072512.2147
Yxy18.07250.53860.2753
Hunter Lab42.511874.047612.7227
CIE-Lab49.583976.895116.6179

#e8055e color RGB value is (232,5,94).

#e8055e hex color red value is 232, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e8055e hue: 0.93 , saturation: 0.96 and the lightness value of e8055e is 0.46.

The process color (four color CMYK) of #e8055e color hex is 0.00, 0.98, 0.59, 0.09. Web safe color of #e8055e is #ff0066. Color #e8055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000101 01011110
Octal 350 5 136
Decimal 232 5 94
Hex E8 5 5E

RGB Percentages of Color #e8055e

%70.09
%1.51
%28.40

CMYK Percentages of Color #e8055e

%0
%98
%59
%9

Triadic Colors of #e8055e

#e8055e #5ee805 #055ee8

Analogous Colors of #e8055e

#e8055e #e81d05 #e805d0

Monochromatic Colors of #e8055e

#e8055e

Complementary Color

#e8055e #05e88f

#e8055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8055e Color CSS Codes

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

#e8055e Text Font Color

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

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


#e8055e Background Color

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

This div background color is #e8055e


#e8055e Border Color

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

This div border color is #e8055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8055e


Comments

No comments written yet.

Please login to write comment.