Color Hex Logo

#e18271 Color Hex

#E18271
(225,130,113)
0 Favorites   0 Comments

Color spaces of #e18271

RGB 225130113
HSL0.030.650.66
HSV50°88°
CMYK 0.000.420.50   0.12
XYZ42.014633.165119.8099
Yxy33.16510.44230.3491
Hunter Lab57.589129.445019.9174
CIE-Lab64.294434.785725.1105

#e18271 color RGB value is (225,130,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 01110001
Octal 341 202 161
Decimal 225 130 113
Hex E1 82 71

RGB Percentages of Color #e18271

%48.08
%27.78
%24.15

CMYK Percentages of Color #e18271

%0
%42
%50
%12

Triadic Colors of #e18271

#e18271 #71e182 #8271e1

Analogous Colors of #e18271

#e18271 #e1ba71 #e17198

Monochromatic Colors of #e18271

#e18271

Complementary Color

#e18271 #71d0e1

#e18271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18271 Color CSS Codes

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

#e18271 Text Font Color

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

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


#e18271 Background Color

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

This div background color is #e18271


#e18271 Border Color

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

This div border color is #e18271


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,130,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18271


Comments

No comments written yet.

Please login to write comment.