Color Hex Logo

#e48452 Color Hex

#E48452
(228,132,82)
0 Favorites   0 Comments

Color spaces of #e48452

RGB 22813282
HSL0.060.730.61
HSV21°64°89°
CMYK 0.000.420.64   0.11
XYZ41.769233.605712.2677
Yxy33.60570.47660.3834
Hunter Lab57.970427.165728.0323
CIE-Lab64.648432.516842.4518

#e48452 color RGB value is (228,132,82).

#e48452 hex color red value is 228, green value is 132 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #e48452 hue: 0.06 , saturation: 0.73 and the lightness value of e48452 is 0.61.

The process color (four color CMYK) of #e48452 color hex is 0.00, 0.42, 0.64, 0.11. Web safe color of #e48452 is #cc9966. Color #e48452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 01010010
Octal 344 204 122
Decimal 228 132 82
Hex E4 84 52

RGB Percentages of Color #e48452

%51.58
%29.86
%18.55

CMYK Percentages of Color #e48452

%0
%42
%64
%11

Triadic Colors of #e48452

#e48452 #52e484 #8452e4

Analogous Colors of #e48452

#e48452 #e4cd52 #e45269

Monochromatic Colors of #e48452

#e48452

Complementary Color

#e48452 #52b2e4

#e48452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48452 Color CSS Codes

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

#e48452 Text Font Color

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

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


#e48452 Background Color

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

This div background color is #e48452


#e48452 Border Color

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

This div border color is #e48452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,132,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e48452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e48452;
  -webkit-box-shadow: 1px 1px 3px 2px #e48452;
  box-shadow:         1px 1px 3px 2px #e48452; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,132,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48452


Comments

No comments written yet.

Please login to write comment.