Color Hex Logo

#e56598 Color Hex

#E56598
(229,101,152)
0 Favorites   0 Comments

Color spaces of #e56598

RGB 229101152
HSL0.930.710.65
HSV336°56°90°
CMYK 0.000.560.34   0.10
XYZ42.634328.232432.9081
Yxy28.23240.41080.2721
Hunter Lab53.134250.24170.4733
CIE-Lab60.098154.7365-3.0144

#e56598 color RGB value is (229,101,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 10011000
Octal 345 145 230
Decimal 229 101 152
Hex E5 65 98

RGB Percentages of Color #e56598

%47.51
%20.95
%31.54

CMYK Percentages of Color #e56598

%0
%56
%34
%10

Triadic Colors of #e56598

#e56598 #98e565 #6598e5

Analogous Colors of #e56598

#e56598 #e57265 #e565d8

Monochromatic Colors of #e56598

#e56598

Complementary Color

#e56598 #65e5b2

#e56598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56598 Color CSS Codes

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

#e56598 Text Font Color

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

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


#e56598 Background Color

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

This div background color is #e56598


#e56598 Border Color

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

This div border color is #e56598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56598


Comments

No comments written yet.

Please login to write comment.