Color Hex Logo

#e1905f Color Hex

#E1905F
(225,144,95)
0 Favorites   0 Comments

Color spaces of #e1905f

RGB 22514495
HSL0.060.680.63
HSV23°58°88°
CMYK 0.000.360.58   0.12
XYZ43.090236.780315.6547
Yxy36.78030.45110.3850
Hunter Lab60.646820.694427.1483
CIE-Lab67.111925.864238.5212

#e1905f color RGB value is (225,144,95).

#e1905f hex color red value is 225, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e1905f hue: 0.06 , saturation: 0.68 and the lightness value of e1905f is 0.63.

The process color (four color CMYK) of #e1905f color hex is 0.00, 0.36, 0.58, 0.12. Web safe color of #e1905f is #cc9966. Color #e1905f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 01011111
Octal 341 220 137
Decimal 225 144 95
Hex E1 90 5F

RGB Percentages of Color #e1905f

%48.49
%31.03
%20.47

CMYK Percentages of Color #e1905f

%0
%36
%58
%12

Triadic Colors of #e1905f

#e1905f #5fe190 #905fe1

Analogous Colors of #e1905f

#e1905f #e1d15f #e15f6f

Monochromatic Colors of #e1905f

#e1905f

Complementary Color

#e1905f #5fb0e1

#e1905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1905f Color CSS Codes

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

#e1905f Text Font Color

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

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


#e1905f Background Color

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

This div background color is #e1905f


#e1905f Border Color

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

This div border color is #e1905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1905f


Comments

No comments written yet.

Please login to write comment.