Color Hex Logo

#e18244 Color Hex

#E18244
(225,130,68)
0 Favorites   0 Comments

Color spaces of #e18244

RGB 22513068
HSL0.070.720.57
HSV24°70°88°
CMYK 0.000.420.70   0.12
XYZ40.077432.39029.6085
Yxy32.39020.48830.3946
Hunter Lab56.912426.102129.8288
CIE-Lab63.664131.556348.3098

#e18244 color RGB value is (225,130,68).

#e18244 hex color red value is 225, green value is 130 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e18244 hue: 0.07 , saturation: 0.72 and the lightness value of e18244 is 0.57.

The process color (four color CMYK) of #e18244 color hex is 0.00, 0.42, 0.70, 0.12. Web safe color of #e18244 is #cc9933. Color #e18244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 01000100
Octal 341 202 104
Decimal 225 130 68
Hex E1 82 44

RGB Percentages of Color #e18244

%53.19
%30.73
%16.08

CMYK Percentages of Color #e18244

%0
%42
%70
%12

Triadic Colors of #e18244

#e18244 #44e182 #8244e1

Analogous Colors of #e18244

#e18244 #e1d144 #e14454

Monochromatic Colors of #e18244

#e18244

Complementary Color

#e18244 #44a3e1

#e18244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18244 Color CSS Codes

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

#e18244 Text Font Color

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

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


#e18244 Background Color

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

This div background color is #e18244


#e18244 Border Color

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

This div border color is #e18244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18244


Comments

No comments written yet.

Please login to write comment.