Color Hex Logo

#e490cc Color Hex

#E490CC
(228,144,204)
0 Favorites   0 Comments

Color spaces of #e490cc

RGB 228144204
HSL0.880.610.73
HSV317°37°89°
CMYK 0.000.370.11   0.11
XYZ52.867340.800162.2155
Yxy40.80010.33910.2617
Hunter Lab63.875035.9577-13.0372
CIE-Lab70.035640.3565-17.6250

#e490cc color RGB value is (228,144,204).

#e490cc hex color red value is 228, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e490cc hue: 0.88 , saturation: 0.61 and the lightness value of e490cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010000 11001100
Octal 344 220 314
Decimal 228 144 204
Hex E4 90 CC

RGB Percentages of Color #e490cc

%39.58
%25.00
%35.42

CMYK Percentages of Color #e490cc

%0
%37
%11
%11

Triadic Colors of #e490cc

#e490cc #cce490 #90cce4

Analogous Colors of #e490cc

#e490cc #e490a2 #d290e4

Monochromatic Colors of #e490cc

#e490cc

Complementary Color

#e490cc #90e4a8

#e490cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e490cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e490cc Color CSS Codes

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

#e490cc Text Font Color

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

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


#e490cc Background Color

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

This div background color is #e490cc


#e490cc Border Color

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

This div border color is #e490cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e490cc


Comments

No comments written yet.

Please login to write comment.