Color Hex Logo

#e90cdd Color Hex

#E90CDD
(233,12,221)
0 Favorites   0 Comments

Color spaces of #e90cdd

RGB 23312221
HSL0.840.900.48
HSV303°95°91°
CMYK 0.000.950.05   0.09
XYZ46.786922.807070.3429
Yxy22.80700.33430.1630
Hunter Lab47.756791.3011-53.9012
CIE-Lab54.873089.3022-50.7006

#e90cdd color RGB value is (233,12,221).

#e90cdd hex color red value is 233, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e90cdd hue: 0.84 , saturation: 0.90 and the lightness value of e90cdd is 0.48.

The process color (four color CMYK) of #e90cdd color hex is 0.00, 0.95, 0.05, 0.09. Web safe color of #e90cdd is #ff00cc. Color #e90cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 11011101
Octal 351 14 335
Decimal 233 12 221
Hex E9 C DD

RGB Percentages of Color #e90cdd

%50.00
%2.58
%47.42

CMYK Percentages of Color #e90cdd

%0
%95
%5
%9

Triadic Colors of #e90cdd

#e90cdd #dde90c #0cdde9

Analogous Colors of #e90cdd

#e90cdd #e90c6f #870ce9

Monochromatic Colors of #e90cdd

#e90cdd

Complementary Color

#e90cdd #0ce918

#e90cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90cdd Color CSS Codes

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

#e90cdd Text Font Color

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

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


#e90cdd Background Color

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

This div background color is #e90cdd


#e90cdd Border Color

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

This div border color is #e90cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,12,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90cdd


Comments

No comments written yet.

Please login to write comment.