Color Hex Logo

#e90ddb Color Hex

#E90DDB
(233,13,219)
0 Favorites   0 Comments

Color spaces of #e90ddb

RGB 23313219
HSL0.840.890.48
HSV304°94°91°
CMYK 0.000.940.06   0.09
XYZ46.534422.726068.9517
Yxy22.72600.33670.1644
Hunter Lab47.671890.8156-52.3858
CIE-Lab54.789088.9528-49.6980

#e90ddb color RGB value is (233,13,219).

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

The process color (four color CMYK) of #e90ddb color hex is 0.00, 0.94, 0.06, 0.09. Web safe color of #e90ddb is #ff00cc. Color #e90ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001101 11011011
Octal 351 15 333
Decimal 233 13 219
Hex E9 D DB

RGB Percentages of Color #e90ddb

%50.11
%2.80
%47.10

CMYK Percentages of Color #e90ddb

%0
%94
%6
%9

Triadic Colors of #e90ddb

#e90ddb #dbe90d #0ddbe9

Analogous Colors of #e90ddb

#e90ddb #e90d6d #890de9

Monochromatic Colors of #e90ddb

#e90ddb

Complementary Color

#e90ddb #0de91b

#e90ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90ddb Color CSS Codes

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

#e90ddb Text Font Color

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

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


#e90ddb Background Color

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

This div background color is #e90ddb


#e90ddb Border Color

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

This div border color is #e90ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90ddb


Comments

No comments written yet.

Please login to write comment.