Color Hex Logo

#e90cde Color Hex

#E90CDE
(233,12,222)
0 Favorites   0 Comments

Color spaces of #e90cde

RGB 23312222
HSL0.840.900.48
HSV303°95°91°
CMYK 0.000.950.05   0.09
XYZ46.920622.860571.0468
Yxy22.86050.33320.1623
Hunter Lab47.812791.4975-54.6326
CIE-Lab54.928489.4392-51.1799

#e90cde color RGB value is (233,12,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 11011110
Octal 351 14 336
Decimal 233 12 222
Hex E9 C DE

RGB Percentages of Color #e90cde

%49.89
%2.57
%47.54

CMYK Percentages of Color #e90cde

%0
%95
%5
%9

Triadic Colors of #e90cde

#e90cde #dee90c #0cdee9

Analogous Colors of #e90cde

#e90cde #e90c70 #860ce9

Monochromatic Colors of #e90cde

#e90cde

Complementary Color

#e90cde #0ce917

#e90cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90cde Color CSS Codes

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

#e90cde Text Font Color

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

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


#e90cde Background Color

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

This div background color is #e90cde


#e90cde Border Color

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

This div border color is #e90cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90cde


Comments

No comments written yet.

Please login to write comment.