Color Hex Logo

#e0135f Color Hex

#E0135F
(224,19,95)
0 Favorites   0 Comments

Color spaces of #e0135f

RGB 2241995
HSL0.940.840.48
HSV338°92°88°
CMYK 0.000.920.58   0.12
XYZ33.038917.139312.3933
Yxy17.13930.52800.2739
Hunter Lab41.399670.002211.2308
CIE-Lab48.435173.822314.1693

#e0135f color RGB value is (224,19,95).

#e0135f hex color red value is 224, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e0135f hue: 0.94 , saturation: 0.84 and the lightness value of e0135f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010011 01011111
Octal 340 23 137
Decimal 224 19 95
Hex E0 13 5F

RGB Percentages of Color #e0135f

%66.27
%5.62
%28.11

CMYK Percentages of Color #e0135f

%0
%92
%58
%12

Triadic Colors of #e0135f

#e0135f #5fe013 #135fe0

Analogous Colors of #e0135f

#e0135f #e02e13 #e013c6

Monochromatic Colors of #e0135f

#e0135f

Complementary Color

#e0135f #13e094

#e0135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0135f Color CSS Codes

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

#e0135f Text Font Color

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

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


#e0135f Background Color

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

This div background color is #e0135f


#e0135f Border Color

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

This div border color is #e0135f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,19,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 #e0135f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0135f


Comments

No comments written yet.

Please login to write comment.