Color Hex Logo

#e88248 Color Hex

#E88248
(232,130,72)
0 Favorites   0 Comments

Color spaces of #e88248

RGB 23213072
HSL0.060.780.60
HSV22°69°91°
CMYK 0.000.440.69   0.09
XYZ42.431033.588910.3778
Yxy33.58890.49110.3888
Hunter Lab57.955929.261529.9525
CIE-Lab64.634934.571947.6681

#e88248 color RGB value is (232,130,72).

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

The process color (four color CMYK) of #e88248 color hex is 0.00, 0.44, 0.69, 0.09. Web safe color of #e88248 is #ff9933. Color #e88248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000010 01001000
Octal 350 202 110
Decimal 232 130 72
Hex E8 82 48

RGB Percentages of Color #e88248

%53.46
%29.95
%16.59

CMYK Percentages of Color #e88248

%0
%44
%69
%9

Triadic Colors of #e88248

#e88248 #48e882 #8248e8

Analogous Colors of #e88248

#e88248 #e8d248 #e8485e

Monochromatic Colors of #e88248

#e88248

Complementary Color

#e88248 #48aee8

#e88248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88248 Color CSS Codes

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

#e88248 Text Font Color

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

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


#e88248 Background Color

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

This div background color is #e88248


#e88248 Border Color

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

This div border color is #e88248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88248


Comments

No comments written yet.

Please login to write comment.