Color Hex Logo

#e18328 Color Hex

#E18328
(225,131,40)
0 Favorites   0 Comments

Color spaces of #e18328

RGB 22513140
HSL0.080.760.52
HSV30°82°88°
CMYK 0.000.420.82   0.12
XYZ39.550632.39346.1755
Yxy32.39340.50630.4147
Hunter Lab56.915224.438833.4075
CIE-Lab63.666729.894960.5140

#e18328 color RGB value is (225,131,40).

#e18328 hex color red value is 225, green value is 131 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #e18328 hue: 0.08 , saturation: 0.76 and the lightness value of e18328 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 00101000
Octal 341 203 50
Decimal 225 131 40
Hex E1 83 28

RGB Percentages of Color #e18328

%56.82
%33.08
%10.10

CMYK Percentages of Color #e18328

%0
%42
%82
%12

Triadic Colors of #e18328

#e18328 #28e183 #8328e1

Analogous Colors of #e18328

#e18328 #e1e028 #e12829

Monochromatic Colors of #e18328

#e18328

Complementary Color

#e18328 #2886e1

#e18328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18328 Color CSS Codes

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

#e18328 Text Font Color

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

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


#e18328 Background Color

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

This div background color is #e18328


#e18328 Border Color

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

This div border color is #e18328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18328


Comments

No comments written yet.

Please login to write comment.