Color Hex Logo

#e596ca Color Hex

#E596CA
(229,150,202)
0 Favorites   0 Comments

Color spaces of #e596ca

RGB 229150202
HSL0.890.600.74
HSV321°34°90°
CMYK 0.000.340.12   0.10
XYZ53.880142.735061.2860
Yxy42.73500.34120.2706
Hunter Lab65.372032.7200-9.8237
CIE-Lab71.374737.1938-14.4856

#e596ca color RGB value is (229,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 11001010
Octal 345 226 312
Decimal 229 150 202
Hex E5 96 CA

RGB Percentages of Color #e596ca

%39.41
%25.82
%34.77

CMYK Percentages of Color #e596ca

%0
%34
%12
%10

Triadic Colors of #e596ca

#e596ca #cae596 #96cae5

Analogous Colors of #e596ca

#e596ca #e596a3 #d996e5

Monochromatic Colors of #e596ca

#e596ca

Complementary Color

#e596ca #96e5b1

#e596ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596ca Color CSS Codes

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

#e596ca Text Font Color

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

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


#e596ca Background Color

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

This div background color is #e596ca


#e596ca Border Color

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

This div border color is #e596ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596ca


Comments

No comments written yet.

Please login to write comment.