Color Hex Logo

#e58680 Color Hex

#E58680
(229,134,128)
0 Favorites   0 Comments

Color spaces of #e58680

RGB 229134128
HSL0.010.660.70
HSV44°90°
CMYK 0.000.410.44   0.10
XYZ44.734535.266724.8715
Yxy35.26670.42660.3363
Hunter Lab59.385830.536516.7387
CIE-Lab65.955835.672319.0451

#e58680 color RGB value is (229,134,128).

#e58680 hex color red value is 229, green value is 134 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e58680 hue: 0.01 , saturation: 0.66 and the lightness value of e58680 is 0.70.

The process color (four color CMYK) of #e58680 color hex is 0.00, 0.41, 0.44, 0.10. Web safe color of #e58680 is #cc9999. Color #e58680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 10000000
Octal 345 206 200
Decimal 229 134 128
Hex E5 86 80

RGB Percentages of Color #e58680

%46.64
%27.29
%26.07

CMYK Percentages of Color #e58680

%0
%41
%44
%10

Triadic Colors of #e58680

#e58680 #80e586 #8680e5

Analogous Colors of #e58680

#e58680 #e5b980 #e580ad

Monochromatic Colors of #e58680

#e58680

Complementary Color

#e58680 #80dfe5

#e58680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58680 Color CSS Codes

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

#e58680 Text Font Color

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

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


#e58680 Background Color

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

This div background color is #e58680


#e58680 Border Color

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

This div border color is #e58680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58680


Comments

No comments written yet.

Please login to write comment.