Color Hex Logo

#e28d70 Color Hex

#E28D70
(226,141,112)
0 Favorites   0 Comments

Color spaces of #e28d70

RGB 226141112
HSL0.040.660.66
HSV15°50°89°
CMYK 0.000.380.50   0.11
XYZ43.813536.388420.0437
Yxy36.38840.43710.3630
Hunter Lab60.322824.082822.5254
CIE-Lab66.815629.278429.0134

#e28d70 color RGB value is (226,141,112).

#e28d70 hex color red value is 226, green value is 141 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e28d70 hue: 0.04 , saturation: 0.66 and the lightness value of e28d70 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001101 01110000
Octal 342 215 160
Decimal 226 141 112
Hex E2 8D 70

RGB Percentages of Color #e28d70

%47.18
%29.44
%23.38

CMYK Percentages of Color #e28d70

%0
%38
%50
%11

Triadic Colors of #e28d70

#e28d70 #70e28d #8d70e2

Analogous Colors of #e28d70

#e28d70 #e2c670 #e2708c

Monochromatic Colors of #e28d70

#e28d70

Complementary Color

#e28d70 #70c5e2

#e28d70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28d70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28d70 Color CSS Codes

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

#e28d70 Text Font Color

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

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


#e28d70 Background Color

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

This div background color is #e28d70


#e28d70 Border Color

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

This div border color is #e28d70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,141,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e28d70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e28d70;
  -webkit-box-shadow: 1px 1px 3px 2px #e28d70;
  box-shadow:         1px 1px 3px 2px #e28d70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,141,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28d70


Comments

No comments written yet.

Please login to write comment.