Color Hex Logo

#e58083 Color Hex

#E58083
(229,128,131)
0 Favorites   0 Comments

Color spaces of #e58083

RGB 229128131
HSL1.000.660.70
HSV358°44°90°
CMYK 0.000.440.43   0.10
XYZ44.129033.735125.6584
Yxy33.73510.42630.3259
Hunter Lab58.081933.975914.4653
CIE-Lab64.751839.099315.6932

#e58083 color RGB value is (229,128,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 10000011
Octal 345 200 203
Decimal 229 128 131
Hex E5 80 83

RGB Percentages of Color #e58083

%46.93
%26.23
%26.84

CMYK Percentages of Color #e58083

%0
%44
%43
%10

Triadic Colors of #e58083

#e58083 #83e580 #8083e5

Analogous Colors of #e58083

#e58083 #e5b080 #e580b6

Monochromatic Colors of #e58083

#e58083

Complementary Color

#e58083 #80e5e2

#e58083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58083 Color CSS Codes

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

#e58083 Text Font Color

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

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


#e58083 Background Color

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

This div background color is #e58083


#e58083 Border Color

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

This div border color is #e58083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58083


Comments

No comments written yet.

Please login to write comment.