Color Hex Logo

#e18570 Color Hex

#E18570
(225,133,112)
0 Favorites   0 Comments

Color spaces of #e18570

RGB 225133112
HSL0.030.650.66
HSV11°50°88°
CMYK 0.000.410.50   0.12
XYZ42.363533.952519.6499
Yxy33.95250.44140.3538
Hunter Lab58.268827.805620.7939
CIE-Lab64.924933.119526.5035

#e18570 color RGB value is (225,133,112).

#e18570 hex color red value is 225, green value is 133 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e18570 hue: 0.03 , saturation: 0.65 and the lightness value of e18570 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 01110000
Octal 341 205 160
Decimal 225 133 112
Hex E1 85 70

RGB Percentages of Color #e18570

%47.87
%28.30
%23.83

CMYK Percentages of Color #e18570

%0
%41
%50
%12

Triadic Colors of #e18570

#e18570 #70e185 #8570e1

Analogous Colors of #e18570

#e18570 #e1be70 #e17094

Monochromatic Colors of #e18570

#e18570

Complementary Color

#e18570 #70cce1

#e18570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18570 Color CSS Codes

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

#e18570 Text Font Color

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

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


#e18570 Background Color

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

This div background color is #e18570


#e18570 Border Color

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

This div border color is #e18570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18570


Comments

No comments written yet.

Please login to write comment.