Color Hex Logo

#e56390 Color Hex

#E56390
(229,99,144)
0 Favorites   0 Comments

Color spaces of #e56390

RGB 22999144
HSL0.940.710.64
HSV339°57°90°
CMYK 0.000.570.37   0.10
XYZ41.809027.595329.5084
Yxy27.59530.42270.2790
Hunter Lab52.531250.13643.4669
CIE-Lab59.521354.73680.7821

#e56390 color RGB value is (229,99,144).

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

The process color (four color CMYK) of #e56390 color hex is 0.00, 0.57, 0.37, 0.10. Web safe color of #e56390 is #cc6699. Color #e56390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100011 10010000
Octal 345 143 220
Decimal 229 99 144
Hex E5 63 90

RGB Percentages of Color #e56390

%48.52
%20.97
%30.51

CMYK Percentages of Color #e56390

%0
%57
%37
%10

Triadic Colors of #e56390

#e56390 #90e563 #6390e5

Analogous Colors of #e56390

#e56390 #e57763 #e563d1

Monochromatic Colors of #e56390

#e56390

Complementary Color

#e56390 #63e5b8

#e56390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56390 Color CSS Codes

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

#e56390 Text Font Color

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

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


#e56390 Background Color

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

This div background color is #e56390


#e56390 Border Color

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

This div border color is #e56390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56390


Comments

No comments written yet.

Please login to write comment.