Color Hex Logo

#e900df Color Hex

#E900DF
(233,0,223)
0 Favorites   0 Comments

Color spaces of #e900df

RGB 2330223
HSL0.841.000.46
HSV303°100°91°
CMYK 0.001.000.04   0.09
XYZ46.923622.651471.7110
Yxy22.65140.33210.1603
Hunter Lab47.593592.6990-56.0192
CIE-Lab54.711490.3827-52.0928

#e900df color RGB value is (233,0,223).

#e900df hex color red value is 233, green value is 0 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e900df hue: 0.84 , saturation: 1.00 and the lightness value of e900df is 0.46.

The process color (four color CMYK) of #e900df color hex is 0.00, 1.00, 0.04, 0.09. Web safe color of #e900df is #ff00cc. Color #e900df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000000 11011111
Octal 351 0 337
Decimal 233 0 223
Hex E9 0 DF

RGB Percentages of Color #e900df

%51.10
%0.00
%48.90

CMYK Percentages of Color #e900df

%0
%100
%4
%9

Triadic Colors of #e900df

#e900df #dfe900 #00dfe9

Analogous Colors of #e900df

#e900df #e9006b #7f00e9

Monochromatic Colors of #e900df

#e900df

Complementary Color

#e900df #00e90a

#e900df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e900df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e900df Color CSS Codes

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

#e900df Text Font Color

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

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


#e900df Background Color

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

This div background color is #e900df


#e900df Border Color

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

This div border color is #e900df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e900df


Comments

No comments written yet.

Please login to write comment.