Color Hex Logo

#e594ab Color Hex

#E594AB
(229,148,171)
0 Favorites   0 Comments

Color spaces of #e594ab

RGB 229148171
HSL0.950.610.74
HSV343°35°90°
CMYK 0.000.350.25   0.10
XYZ50.253740.778143.7504
Yxy40.77810.37290.3025
Hunter Lab63.857728.72194.0795
CIE-Lab70.020233.53220.7273

#e594ab color RGB value is (229,148,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 10101011
Octal 345 224 253
Decimal 229 148 171
Hex E5 94 AB

RGB Percentages of Color #e594ab

%41.79
%27.01
%31.20

CMYK Percentages of Color #e594ab

%0
%35
%25
%10

Triadic Colors of #e594ab

#e594ab #abe594 #94abe5

Analogous Colors of #e594ab

#e594ab #e5a694 #e594d4

Monochromatic Colors of #e594ab

#e594ab

Complementary Color

#e594ab #94e5ce

#e594ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594ab Color CSS Codes

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

#e594ab Text Font Color

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

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


#e594ab Background Color

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

This div background color is #e594ab


#e594ab Border Color

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

This div border color is #e594ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594ab


Comments

No comments written yet.

Please login to write comment.