Color Hex Logo

#e91dee Color Hex

#E91DEE
(233,29,238)
0 Favorites   0 Comments

Color spaces of #e91dee

RGB 23329238
HSL0.830.860.52
HSV299°88°93°
CMYK 0.020.880.00   0.07
XYZ49.476324.375482.9862
Yxy24.37540.31550.1554
Hunter Lab49.371492.4790-65.0978
CIE-Lab56.461789.8782-57.7548

#e91dee color RGB value is (233,29,238).

#e91dee hex color red value is 233, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e91dee hue: 0.83 , saturation: 0.86 and the lightness value of e91dee is 0.52.

The process color (four color CMYK) of #e91dee color hex is 0.02, 0.88, 0.00, 0.07. Web safe color of #e91dee is #ff33ff. Color #e91dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00011101 11101110
Octal 351 35 356
Decimal 233 29 238
Hex E9 1D EE

RGB Percentages of Color #e91dee

%46.60
%5.80
%47.60

CMYK Percentages of Color #e91dee

%2
%88
%0
%7

Triadic Colors of #e91dee

#e91dee #eee91d #1deee9

Analogous Colors of #e91dee

#e91dee #ee1d8b #811dee

Monochromatic Colors of #e91dee

#e91dee

Complementary Color

#e91dee #22ee1d

#e91dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e91dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e91dee Color CSS Codes

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

#e91dee Text Font Color

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

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


#e91dee Background Color

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

This div background color is #e91dee


#e91dee Border Color

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

This div border color is #e91dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e91dee


Comments

No comments written yet.

Please login to write comment.