Color Hex Logo

#e48672 Color Hex

#E48672
(228,134,114)
0 Favorites   0 Comments

Color spaces of #e48672

RGB 228134114
HSL0.030.680.67
HSV11°50°89°
CMYK 0.000.410.50   0.11
XYZ43.557334.759120.3330
Yxy34.75910.44150.3523
Hunter Lab58.956828.701320.8219
CIE-Lab65.560733.933326.3050

#e48672 color RGB value is (228,134,114).

#e48672 hex color red value is 228, green value is 134 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e48672 hue: 0.03 , saturation: 0.68 and the lightness value of e48672 is 0.67.

The process color (four color CMYK) of #e48672 color hex is 0.00, 0.41, 0.50, 0.11. Web safe color of #e48672 is #cc9966. Color #e48672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 01110010
Octal 344 206 162
Decimal 228 134 114
Hex E4 86 72

RGB Percentages of Color #e48672

%47.90
%28.15
%23.95

CMYK Percentages of Color #e48672

%0
%41
%50
%11

Triadic Colors of #e48672

#e48672 #72e486 #8672e4

Analogous Colors of #e48672

#e48672 #e4bf72 #e47297

Monochromatic Colors of #e48672

#e48672

Complementary Color

#e48672 #72d0e4

#e48672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48672 Color CSS Codes

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

#e48672 Text Font Color

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

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


#e48672 Background Color

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

This div background color is #e48672


#e48672 Border Color

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

This div border color is #e48672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48672


Comments

No comments written yet.

Please login to write comment.