Color Hex Logo

#e593af Color Hex

#E593AF
(229,147,175)
0 Favorites   0 Comments

Color spaces of #e593af

RGB 229147175
HSL0.940.610.74
HSV340°36°90°
CMYK 0.000.360.24   0.10
XYZ50.484740.620645.7372
Yxy40.62060.36890.2968
Hunter Lab63.734329.85702.0661
CIE-Lab69.909334.6287-1.6649

#e593af color RGB value is (229,147,175).

#e593af hex color red value is 229, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e593af hue: 0.94 , saturation: 0.61 and the lightness value of e593af is 0.74.

The process color (four color CMYK) of #e593af color hex is 0.00, 0.36, 0.24, 0.10. Web safe color of #e593af is #cc9999. Color #e593af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 10101111
Octal 345 223 257
Decimal 229 147 175
Hex E5 93 AF

RGB Percentages of Color #e593af

%41.56
%26.68
%31.76

CMYK Percentages of Color #e593af

%0
%36
%24
%10

Triadic Colors of #e593af

#e593af #afe593 #93afe5

Analogous Colors of #e593af

#e593af #e5a093 #e593d8

Monochromatic Colors of #e593af

#e593af

Complementary Color

#e593af #93e5c9

#e593af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e593af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e593af Color CSS Codes

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

#e593af Text Font Color

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

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


#e593af Background Color

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

This div background color is #e593af


#e593af Border Color

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

This div border color is #e593af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e593af


Comments

No comments written yet.

Please login to write comment.