Color Hex Logo

#e56697 Color Hex

#E56697
(229,102,151)
0 Favorites   0 Comments

Color spaces of #e56697

RGB 229102151
HSL0.940.710.65
HSV337°55°90°
CMYK 0.000.550.34   0.10
XYZ42.650428.395132.5110
Yxy28.39510.41190.2742
Hunter Lab53.287149.61721.1275
CIE-Lab60.244054.1558-2.2208

#e56697 color RGB value is (229,102,151).

#e56697 hex color red value is 229, green value is 102 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e56697 hue: 0.94 , saturation: 0.71 and the lightness value of e56697 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100110 10010111
Octal 345 146 227
Decimal 229 102 151
Hex E5 66 97

RGB Percentages of Color #e56697

%47.51
%21.16
%31.33

CMYK Percentages of Color #e56697

%0
%55
%34
%10

Triadic Colors of #e56697

#e56697 #97e566 #6697e5

Analogous Colors of #e56697

#e56697 #e57566 #e566d7

Monochromatic Colors of #e56697

#e56697

Complementary Color

#e56697 #66e5b4

#e56697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56697 Color CSS Codes

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

#e56697 Text Font Color

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

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


#e56697 Background Color

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

This div background color is #e56697


#e56697 Border Color

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

This div border color is #e56697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56697


Comments

No comments written yet.

Please login to write comment.