Color Hex Logo

#e0055f Color Hex

#E0055F
(224,5,95)
0 Favorites   0 Comments

Color spaces of #e0055f

RGB 224595
HSL0.930.960.45
HSV335°98°88°
CMYK 0.000.980.58   0.12
XYZ32.860316.782112.3338
Yxy16.78210.53020.2708
Hunter Lab40.966071.491010.8255
CIE-Lab47.984375.130713.5474

#e0055f color RGB value is (224,5,95).

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

The process color (four color CMYK) of #e0055f color hex is 0.00, 0.98, 0.58, 0.12. Web safe color of #e0055f is #cc0066. Color #e0055f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000101 01011111
Octal 340 5 137
Decimal 224 5 95
Hex E0 5 5F

RGB Percentages of Color #e0055f

%69.14
%1.54
%29.32

CMYK Percentages of Color #e0055f

%0
%98
%58
%12

Triadic Colors of #e0055f

#e0055f #5fe005 #055fe0

Analogous Colors of #e0055f

#e0055f #e01905 #e005cd

Monochromatic Colors of #e0055f

#e0055f

Complementary Color

#e0055f #05e086

#e0055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0055f Color CSS Codes

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

#e0055f Text Font Color

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

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


#e0055f Background Color

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

This div background color is #e0055f


#e0055f Border Color

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

This div border color is #e0055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0055f


Comments

No comments written yet.

Please login to write comment.