Color Hex Logo

#e594af Color Hex

#E594AF
(229,148,175)
0 Favorites   0 Comments

Color spaces of #e594af

RGB 229148175
HSL0.940.610.74
HSV340°35°90°
CMYK 0.000.350.24   0.10
XYZ50.640940.933045.7892
Yxy40.93300.36870.2980
Hunter Lab63.978929.32412.3518
CIE-Lab70.129034.0991-1.3429

#e594af color RGB value is (229,148,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 10101111
Octal 345 224 257
Decimal 229 148 175
Hex E5 94 AF

RGB Percentages of Color #e594af

%41.49
%26.81
%31.70

CMYK Percentages of Color #e594af

%0
%35
%24
%10

Triadic Colors of #e594af

#e594af #afe594 #94afe5

Analogous Colors of #e594af

#e594af #e5a294 #e594d8

Monochromatic Colors of #e594af

#e594af

Complementary Color

#e594af #94e5ca

#e594af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594af Color CSS Codes

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

#e594af Text Font Color

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

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


#e594af Background Color

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

This div background color is #e594af


#e594af Border Color

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

This div border color is #e594af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594af


Comments

No comments written yet.

Please login to write comment.