Color Hex Logo

#e591ca Color Hex

#E591CA
(229,145,202)
0 Favorites   0 Comments

Color spaces of #e591ca

RGB 229145202
HSL0.890.620.73
HSV319°37°90°
CMYK 0.000.370.12   0.10
XYZ53.099241.173161.0257
Yxy41.17310.34190.2651
Hunter Lab64.166335.4223-11.4717
CIE-Lab70.297039.8302-16.1096

#e591ca color RGB value is (229,145,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11001010
Octal 345 221 312
Decimal 229 145 202
Hex E5 91 CA

RGB Percentages of Color #e591ca

%39.76
%25.17
%35.07

CMYK Percentages of Color #e591ca

%0
%37
%12
%10

Triadic Colors of #e591ca

#e591ca #cae591 #91cae5

Analogous Colors of #e591ca

#e591ca #e591a0 #d691e5

Monochromatic Colors of #e591ca

#e591ca

Complementary Color

#e591ca #91e5ac

#e591ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591ca Color CSS Codes

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

#e591ca Text Font Color

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

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


#e591ca Background Color

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

This div background color is #e591ca


#e591ca Border Color

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

This div border color is #e591ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591ca


Comments

No comments written yet.

Please login to write comment.