Color Hex Logo

#e594ca Color Hex

#E594CA
(229,148,202)
0 Favorites   0 Comments

Color spaces of #e594ca

RGB 229148202
HSL0.890.610.74
HSV320°35°90°
CMYK 0.000.350.12   0.10
XYZ53.563742.102161.1805
Yxy42.10210.34150.2684
Hunter Lab64.886133.8016-10.4837
CIE-Lab70.941338.2507-15.1382

#e594ca color RGB value is (229,148,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 11001010
Octal 345 224 312
Decimal 229 148 202
Hex E5 94 CA

RGB Percentages of Color #e594ca

%39.55
%25.56
%34.89

CMYK Percentages of Color #e594ca

%0
%35
%12
%10

Triadic Colors of #e594ca

#e594ca #cae594 #94cae5

Analogous Colors of #e594ca

#e594ca #e594a2 #d894e5

Monochromatic Colors of #e594ca

#e594ca

Complementary Color

#e594ca #94e5af

#e594ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594ca Color CSS Codes

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

#e594ca Text Font Color

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

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


#e594ca Background Color

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

This div background color is #e594ca


#e594ca Border Color

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

This div border color is #e594ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594ca


Comments

No comments written yet.

Please login to write comment.