Color Hex Logo

#e390ba Color Hex

#E390BA
(227,144,186)
2 Favorites   0 Comments

Color spaces of #e390ba

RGB 227144186
HSL0.920.600.73
HSV330°37°89°
CMYK 0.000.370.18   0.11
XYZ50.514739.822651.4785
Yxy39.82260.35620.2808
Hunter Lab63.105232.4525-4.1927
CIE-Lab69.343037.1498-8.6633

#e390ba color RGB value is (227,144,186).

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

The process color (four color CMYK) of #e390ba color hex is 0.00, 0.37, 0.18, 0.11. Web safe color of #e390ba is #cc99cc. Color #e390ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 10111010
Octal 343 220 272
Decimal 227 144 186
Hex E3 90 BA

RGB Percentages of Color #e390ba

%40.75
%25.85
%33.39

CMYK Percentages of Color #e390ba

%0
%37
%18
%11

Triadic Colors of #e390ba

#e390ba #bae390 #90bae3

Analogous Colors of #e390ba

#e390ba #e39091 #e390e3

Monochromatic Colors of #e390ba

#e390ba

Complementary Color

#e390ba #90e3b9

#e390ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390ba Color CSS Codes

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

#e390ba Text Font Color

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

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


#e390ba Background Color

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

This div background color is #e390ba


#e390ba Border Color

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

This div border color is #e390ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390ba


Comments

No comments written yet.

Please login to write comment.