Color Hex Logo

#e58471 Color Hex

#E58471
(229,132,113)
0 Favorites   0 Comments

Color spaces of #e58471

RGB 229132113
HSL0.030.690.67
HSV10°51°90°
CMYK 0.000.420.51   0.10
XYZ43.545034.352819.9585
Yxy34.35280.44500.3511
Hunter Lab58.611330.046120.8383
CIE-Lab65.241635.272226.4611

#e58471 color RGB value is (229,132,113).

#e58471 hex color red value is 229, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #e58471 hue: 0.03 , saturation: 0.69 and the lightness value of e58471 is 0.67.

The process color (four color CMYK) of #e58471 color hex is 0.00, 0.42, 0.51, 0.10. Web safe color of #e58471 is #cc9966. Color #e58471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 01110001
Octal 345 204 161
Decimal 229 132 113
Hex E5 84 71

RGB Percentages of Color #e58471

%48.31
%27.85
%23.84

CMYK Percentages of Color #e58471

%0
%42
%51
%10

Triadic Colors of #e58471

#e58471 #71e584 #8471e5

Analogous Colors of #e58471

#e58471 #e5be71 #e57198

Monochromatic Colors of #e58471

#e58471

Complementary Color

#e58471 #71d2e5

#e58471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58471 Color CSS Codes

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

#e58471 Text Font Color

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

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


#e58471 Background Color

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

This div background color is #e58471


#e58471 Border Color

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

This div border color is #e58471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58471


Comments

No comments written yet.

Please login to write comment.