Color Hex Logo

#e591b4 Color Hex

#E591B4
(229,145,180)
1 Favorites   0 Comments

Color spaces of #e591b4

RGB 229145180
HSL0.930.620.73
HSV335°37°90°
CMYK 0.000.370.21   0.10
XYZ50.676740.204148.2692
Yxy40.20410.36420.2889
Hunter Lab63.406731.7013-0.7506
CIE-Lab69.614736.4114-4.8874

#e591b4 color RGB value is (229,145,180).

#e591b4 hex color red value is 229, green value is 145 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #e591b4 hue: 0.93 , saturation: 0.62 and the lightness value of e591b4 is 0.73.

The process color (four color CMYK) of #e591b4 color hex is 0.00, 0.37, 0.21, 0.10. Web safe color of #e591b4 is #cc99cc. Color #e591b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 10110100
Octal 345 221 264
Decimal 229 145 180
Hex E5 91 B4

RGB Percentages of Color #e591b4

%41.34
%26.17
%32.49

CMYK Percentages of Color #e591b4

%0
%37
%21
%10

Triadic Colors of #e591b4

#e591b4 #b4e591 #91b4e5

Analogous Colors of #e591b4

#e591b4 #e59891 #e591de

Monochromatic Colors of #e591b4

#e591b4

Complementary Color

#e591b4 #91e5c2

#e591b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591b4 Color CSS Codes

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

#e591b4 Text Font Color

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

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


#e591b4 Background Color

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

This div background color is #e591b4


#e591b4 Border Color

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

This div border color is #e591b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591b4


Comments

No comments written yet.

Please login to write comment.