Color Hex Logo

#e1955a Color Hex

#E1955A
(225,149,90)
0 Favorites   0 Comments

Color spaces of #e1955a

RGB 22514990
HSL0.070.690.62
HSV26°60°88°
CMYK 0.000.340.60   0.12
XYZ43.644238.240614.7537
Yxy38.24060.45160.3957
Hunter Lab61.839017.762029.1417
CIE-Lab68.197622.823642.4430

#e1955a color RGB value is (225,149,90).

#e1955a hex color red value is 225, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e1955a hue: 0.07 , saturation: 0.69 and the lightness value of e1955a is 0.62.

The process color (four color CMYK) of #e1955a color hex is 0.00, 0.34, 0.60, 0.12. Web safe color of #e1955a is #cc9966. Color #e1955a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 01011010
Octal 341 225 132
Decimal 225 149 90
Hex E1 95 5A

RGB Percentages of Color #e1955a

%48.49
%32.11
%19.40

CMYK Percentages of Color #e1955a

%0
%34
%60
%12

Triadic Colors of #e1955a

#e1955a #5ae195 #955ae1

Analogous Colors of #e1955a

#e1955a #e1d95a #e15a63

Monochromatic Colors of #e1955a

#e1955a

Complementary Color

#e1955a #5aa6e1

#e1955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1955a Color CSS Codes

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

#e1955a Text Font Color

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

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


#e1955a Background Color

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

This div background color is #e1955a


#e1955a Border Color

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

This div border color is #e1955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1955a


Comments

No comments written yet.

Please login to write comment.