color codes Logo

#e11dee color codes

#E11DEE
(225,29,238)
0 Favorites   0 Comments

Color spaces of #e11dee

RGB 22529238
HSL0.820.860.52
HSV296°88°93°
CMYK 0.050.880.00   0.07
XYZ46.923323.059382.8667
Yxy23.05930.30700.1509
Hunter Lab48.020190.3878-68.7007
CIE-Lab55.133488.5632-59.9573

#e11dee color RGB value is (225,29,238).

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

The process color (four color CMYK) of #e11dee color code is 0.05, 0.88, 0.00, 0.07. Web safe color of #e11dee is #cc33ff. Color #e11dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 11101110
Octal 341 35 356
Decimal 225 29 238
Hex E1 1D EE

RGB Percentages of Color #e11dee

%45.73
%5.89
%48.37

CMYK Percentages of Color #e11dee

%5
%88
%0
%7

Triadic Colors of #e11dee

#e11dee #eee11d #1deee1

Analogous Colors of #e11dee

#e11dee #ee1d93 #791dee

Monochromatic Colors of #e11dee

#e11dee

Complementary Color

#e11dee #2aee1d

#e11dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11dee Color CSS Codes

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

#e11dee Text Font Color

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

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


#e11dee Background Color

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

This div background color is #e11dee


#e11dee Border Color

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

This div border color is #e11dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e11dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11dee


Comments

No comments written yet.

Please login to write comment.