Color Hex Logo

#e596ce Color Hex

#E596CE
(229,150,206)
0 Favorites   0 Comments

Color spaces of #e596ce

RGB 229150206
HSL0.880.600.74
HSV317°34°90°
CMYK 0.000.340.10   0.10
XYZ54.360042.926963.8132
Yxy42.92690.33740.2665
Hunter Lab65.518633.4417-11.8837
CIE-Lab71.505337.8559-16.4997

#e596ce color RGB value is (229,150,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 11001110
Octal 345 226 316
Decimal 229 150 206
Hex E5 96 CE

RGB Percentages of Color #e596ce

%39.15
%25.64
%35.21

CMYK Percentages of Color #e596ce

%0
%34
%10
%10

Triadic Colors of #e596ce

#e596ce #cee596 #96cee5

Analogous Colors of #e596ce

#e596ce #e596a7 #d596e5

Monochromatic Colors of #e596ce

#e596ce

Complementary Color

#e596ce #96e5ad

#e596ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596ce Color CSS Codes

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

#e596ce Text Font Color

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

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


#e596ce Background Color

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

This div background color is #e596ce


#e596ce Border Color

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

This div border color is #e596ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596ce


Comments

No comments written yet.

Please login to write comment.