Color Hex Logo

#e990cc Color Hex

#E990CC
(233,144,204)
0 Favorites   0 Comments

Color spaces of #e990cc

RGB 233144204
HSL0.890.670.74
HSV320°38°91°
CMYK 0.000.380.12   0.09
XYZ54.476641.629862.2909
Yxy41.62980.34390.2628
Hunter Lab64.521237.7994-12.0758
CIE-Lab70.614941.9903-16.6933

#e990cc color RGB value is (233,144,204).

#e990cc hex color red value is 233, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e990cc hue: 0.89 , saturation: 0.67 and the lightness value of e990cc is 0.74.

The process color (four color CMYK) of #e990cc color hex is 0.00, 0.38, 0.12, 0.09. Web safe color of #e990cc is #ff99cc. Color #e990cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 11001100
Octal 351 220 314
Decimal 233 144 204
Hex E9 90 CC

RGB Percentages of Color #e990cc

%40.10
%24.78
%35.11

CMYK Percentages of Color #e990cc

%0
%38
%12
%9

Triadic Colors of #e990cc

#e990cc #cce990 #90cce9

Analogous Colors of #e990cc

#e990cc #e990a0 #da90e9

Monochromatic Colors of #e990cc

#e990cc

Complementary Color

#e990cc #90e9ad

#e990cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e990cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e990cc Color CSS Codes

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

#e990cc Text Font Color

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

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


#e990cc Background Color

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

This div background color is #e990cc


#e990cc Border Color

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

This div border color is #e990cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,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 #e990cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e990cc


Comments

No comments written yet.

Please login to write comment.