Color Hex Logo

#e08248 Color Hex

#E08248
(224,130,72)
0 Favorites   0 Comments

Color spaces of #e08248

RGB 22413072
HSL0.060.710.58
HSV23°68°88°
CMYK 0.000.420.68   0.12
XYZ39.892832.280410.2591
Yxy32.28040.48390.3916
Hunter Lab56.815825.904729.0652
CIE-Lab63.574031.368246.1884

#e08248 color RGB value is (224,130,72).

#e08248 hex color red value is 224, green value is 130 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e08248 hue: 0.06 , saturation: 0.71 and the lightness value of e08248 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 01001000
Octal 340 202 110
Decimal 224 130 72
Hex E0 82 48

RGB Percentages of Color #e08248

%52.58
%30.52
%16.90

CMYK Percentages of Color #e08248

%0
%42
%68
%12

Triadic Colors of #e08248

#e08248 #48e082 #8248e0

Analogous Colors of #e08248

#e08248 #e0ce48 #e0485a

Monochromatic Colors of #e08248

#e08248

Complementary Color

#e08248 #48a6e0

#e08248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08248 Color CSS Codes

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

#e08248 Text Font Color

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

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


#e08248 Background Color

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

This div background color is #e08248


#e08248 Border Color

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

This div border color is #e08248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08248


Comments

No comments written yet.

Please login to write comment.