Color Hex Logo

#e596cf Color Hex

#E596CF
(229,150,207)
0 Favorites   0 Comments

Color spaces of #e596cf

RGB 229150207
HSL0.880.600.74
HSV317°34°90°
CMYK 0.000.340.10   0.10
XYZ54.481942.975764.4551
Yxy42.97570.33650.2654
Hunter Lab65.555933.6243-12.4054
CIE-Lab71.538538.0230-17.0019

#e596cf color RGB value is (229,150,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 11001111
Octal 345 226 317
Decimal 229 150 207
Hex E5 96 CF

RGB Percentages of Color #e596cf

%39.08
%25.60
%35.32

CMYK Percentages of Color #e596cf

%0
%34
%10
%10

Triadic Colors of #e596cf

#e596cf #cfe596 #96cfe5

Analogous Colors of #e596cf

#e596cf #e596a8 #d496e5

Monochromatic Colors of #e596cf

#e596cf

Complementary Color

#e596cf #96e5ac

#e596cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596cf Color CSS Codes

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

#e596cf Text Font Color

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

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


#e596cf Background Color

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

This div background color is #e596cf


#e596cf Border Color

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

This div border color is #e596cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596cf


Comments

No comments written yet.

Please login to write comment.