Color Hex Logo

#e390dc Color Hex

#E390DC
(227,144,220)
0 Favorites   0 Comments

Color spaces of #e390dc

RGB 227144220
HSL0.850.600.73
HSV305°37°89°
CMYK 0.000.370.03   0.11
XYZ54.570141.444772.8336
Yxy41.44470.32320.2455
Hunter Lab64.377638.6461-22.0135
CIE-Lab70.486442.7820-25.7980

#e390dc color RGB value is (227,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010000 11011100
Octal 343 220 334
Decimal 227 144 220
Hex E3 90 DC

RGB Percentages of Color #e390dc

%38.41
%24.37
%37.23

CMYK Percentages of Color #e390dc

%0
%37
%3
%11

Triadic Colors of #e390dc

#e390dc #dce390 #90dce3

Analogous Colors of #e390dc

#e390dc #e390b3 #c190e3

Monochromatic Colors of #e390dc

#e390dc

Complementary Color

#e390dc #90e397

#e390dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e390dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e390dc Color CSS Codes

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

#e390dc Text Font Color

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

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


#e390dc Background Color

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

This div background color is #e390dc


#e390dc Border Color

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

This div border color is #e390dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e390dc


Comments

No comments written yet.

Please login to write comment.