Color Hex Logo

#e390ad Color Hex

#E390AD
(227,144,173)
0 Favorites   0 Comments

Color spaces of #e390ad

RGB 227144173
HSL0.940.600.73
HSV339°37°89°
CMYK 0.000.370.24   0.11
XYZ49.194639.294544.5269
Yxy39.29450.36980.2954
Hunter Lab62.685330.38511.7646
CIE-Lab68.964135.2240-1.9616

#e390ad color RGB value is (227,144,173).

#e390ad hex color red value is 227, green value is 144 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e390ad hue: 0.94 , saturation: 0.60 and the lightness value of e390ad is 0.73.

The process color (four color CMYK) of #e390ad color hex is 0.00, 0.37, 0.24, 0.11. Web safe color of #e390ad is #cc9999. Color #e390ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 10101101
Octal 343 220 255
Decimal 227 144 173
Hex E3 90 AD

RGB Percentages of Color #e390ad

%41.73
%26.47
%31.80

CMYK Percentages of Color #e390ad

%0
%37
%24
%11

Triadic Colors of #e390ad

#e390ad #ade390 #90ade3

Analogous Colors of #e390ad

#e390ad #e39d90 #e390d7

Monochromatic Colors of #e390ad

#e390ad

Complementary Color

#e390ad #90e3c6

#e390ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390ad Color CSS Codes

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

#e390ad Text Font Color

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

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


#e390ad Background Color

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

This div background color is #e390ad


#e390ad Border Color

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

This div border color is #e390ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390ad


Comments

No comments written yet.

Please login to write comment.