Color Hex Logo

#e1984e Color Hex

#E1984E
(225,152,78)
0 Favorites   0 Comments

Color spaces of #e1984e

RGB 22515278
HSL0.080.710.59
HSV30°65°88°
CMYK 0.000.320.65   0.12
XYZ43.654739.014112.4373
Yxy39.01410.45900.4102
Hunter Lab62.461315.447931.9171
CIE-Lab68.761520.423949.1002

#e1984e color RGB value is (225,152,78).

#e1984e hex color red value is 225, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e1984e hue: 0.08 , saturation: 0.71 and the lightness value of e1984e is 0.59.

The process color (four color CMYK) of #e1984e color hex is 0.00, 0.32, 0.65, 0.12. Web safe color of #e1984e is #cc9966. Color #e1984e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011000 01001110
Octal 341 230 116
Decimal 225 152 78
Hex E1 98 4E

RGB Percentages of Color #e1984e

%49.45
%33.41
%17.14

CMYK Percentages of Color #e1984e

%0
%32
%65
%12

Triadic Colors of #e1984e

#e1984e #4ee198 #984ee1

Analogous Colors of #e1984e

#e1984e #e1e14e #e14e4e

Monochromatic Colors of #e1984e

#e1984e

Complementary Color

#e1984e #4e97e1

#e1984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1984e Color CSS Codes

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

#e1984e Text Font Color

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

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


#e1984e Background Color

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

This div background color is #e1984e


#e1984e Border Color

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

This div border color is #e1984e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1984e

#e1984e Color Palettes


Comments

No comments written yet.

Please login to write comment.