Color Hex Logo

#e18144 Color Hex

#E18144
(225,129,68)
0 Favorites   0 Comments

Color spaces of #e18144

RGB 22512968
HSL0.060.720.57
HSV23°70°88°
CMYK 0.000.430.70   0.12
XYZ39.945032.12549.5643
Yxy32.12540.48930.3935
Hunter Lab56.679326.610029.6706
CIE-Lab63.446432.081248.0712

#e18144 color RGB value is (225,129,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000001 01000100
Octal 341 201 104
Decimal 225 129 68
Hex E1 81 44

RGB Percentages of Color #e18144

%53.32
%30.57
%16.11

CMYK Percentages of Color #e18144

%0
%43
%70
%12

Triadic Colors of #e18144

#e18144 #44e181 #8144e1

Analogous Colors of #e18144

#e18144 #e1d044 #e14455

Monochromatic Colors of #e18144

#e18144

Complementary Color

#e18144 #44a4e1

#e18144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18144 Color CSS Codes

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

#e18144 Text Font Color

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

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


#e18144 Background Color

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

This div background color is #e18144


#e18144 Border Color

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

This div border color is #e18144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18144


Comments

No comments written yet.

Please login to write comment.