Color Hex Logo

#e1314b Color Hex

#E1314B
(225,49,75)
0 Favorites   0 Comments

Color spaces of #e1314b

RGB 2254975
HSL0.980.750.54
HSV351°78°88°
CMYK 0.000.780.67   0.12
XYZ33.419618.71228.5070
Yxy18.71220.55110.3086
Hunter Lab43.257662.203318.6204
CIE-Lab50.348866.918728.8939

#e1314b color RGB value is (225,49,75).

#e1314b hex color red value is 225, green value is 49 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e1314b hue: 0.98 , saturation: 0.75 and the lightness value of e1314b is 0.54.

The process color (four color CMYK) of #e1314b color hex is 0.00, 0.78, 0.67, 0.12. Web safe color of #e1314b is #cc3333. Color #e1314b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 01001011
Octal 341 61 113
Decimal 225 49 75
Hex E1 31 4B

RGB Percentages of Color #e1314b

%64.47
%14.04
%21.49

CMYK Percentages of Color #e1314b

%0
%78
%67
%12

Triadic Colors of #e1314b

#e1314b #4be131 #314be1

Analogous Colors of #e1314b

#e1314b #e16f31 #e131a3

Monochromatic Colors of #e1314b

#e1314b

Complementary Color

#e1314b #31e1c7

#e1314b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1314b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1314b Color CSS Codes

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

#e1314b Text Font Color

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

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


#e1314b Background Color

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

This div background color is #e1314b


#e1314b Border Color

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

This div border color is #e1314b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,49,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1314b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1314b;
  -webkit-box-shadow: 1px 1px 3px 2px #e1314b;
  box-shadow:         1px 1px 3px 2px #e1314b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,49,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1314b


Comments

No comments written yet.

Please login to write comment.