Color Hex Logo

#e390db Color Hex

#E390DB
(227,144,219)
0 Favorites   0 Comments

Color spaces of #e390db

RGB 227144219
HSL0.850.600.73
HSV306°37°89°
CMYK 0.000.370.04   0.11
XYZ54.438041.391972.1381
Yxy41.39190.32410.2464
Hunter Lab64.336538.4478-21.4440
CIE-Lab70.449642.6047-25.3028

#e390db color RGB value is (227,144,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 11011011
Octal 343 220 333
Decimal 227 144 219
Hex E3 90 DB

RGB Percentages of Color #e390db

%38.47
%24.41
%37.12

CMYK Percentages of Color #e390db

%0
%37
%4
%11

Triadic Colors of #e390db

#e390db #dbe390 #90dbe3

Analogous Colors of #e390db

#e390db #e390b2 #c290e3

Monochromatic Colors of #e390db

#e390db

Complementary Color

#e390db #90e398

#e390db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390db Color CSS Codes

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

#e390db Text Font Color

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

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


#e390db Background Color

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

This div background color is #e390db


#e390db Border Color

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

This div border color is #e390db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390db


Comments

No comments written yet.

Please login to write comment.