Color Hex Logo

#e1395b Color Hex

#E1395B
(225,57,91)
0 Favorites   0 Comments

Color spaces of #e1395b

RGB 2255791
HSL0.970.740.55
HSV348°75°88°
CMYK 0.000.750.60   0.12
XYZ34.402819.689111.8847
Yxy19.68910.52140.2984
Hunter Lab44.372460.742915.1805
CIE-Lab51.483965.453520.7702

#e1395b color RGB value is (225,57,91).

#e1395b hex color red value is 225, green value is 57 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e1395b hue: 0.97 , saturation: 0.74 and the lightness value of e1395b is 0.55.

The process color (four color CMYK) of #e1395b color hex is 0.00, 0.75, 0.60, 0.12. Web safe color of #e1395b is #cc3366. Color #e1395b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 01011011
Octal 341 71 133
Decimal 225 57 91
Hex E1 39 5B

RGB Percentages of Color #e1395b

%60.32
%15.28
%24.40

CMYK Percentages of Color #e1395b

%0
%75
%60
%12

Triadic Colors of #e1395b

#e1395b #5be139 #395be1

Analogous Colors of #e1395b

#e1395b #e16b39 #e139af

Monochromatic Colors of #e1395b

#e1395b

Complementary Color

#e1395b #39e1bf

#e1395b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1395b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1395b Color CSS Codes

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

#e1395b Text Font Color

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

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


#e1395b Background Color

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

This div background color is #e1395b


#e1395b Border Color

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

This div border color is #e1395b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1395b


Comments

No comments written yet.

Please login to write comment.