Color Hex Logo

#e115de Color Hex

#E115DE
(225,21,222)
0 Favorites   0 Comments

Color spaces of #e115de

RGB 22521222
HSL0.840.830.48
HSV301°91°88°
CMYK 0.000.910.01   0.12
XYZ44.504321.817870.9729
Yxy21.81780.32420.1589
Hunter Lab46.709588.3311-57.3917
CIE-Lab53.833287.2567-53.0080

#e115de color RGB value is (225,21,222).

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

The process color (four color CMYK) of #e115de color hex is 0.00, 0.91, 0.01, 0.12. Web safe color of #e115de is #cc00cc. Color #e115de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 11011110
Octal 341 25 336
Decimal 225 21 222
Hex E1 15 DE

RGB Percentages of Color #e115de

%48.08
%4.49
%47.44

CMYK Percentages of Color #e115de

%0
%91
%1
%12

Triadic Colors of #e115de

#e115de #dee115 #15dee1

Analogous Colors of #e115de

#e115de #e11578 #7e15e1

Monochromatic Colors of #e115de

#e115de

Complementary Color

#e115de #15e118

#e115de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e115de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e115de Color CSS Codes

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

#e115de Text Font Color

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

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


#e115de Background Color

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

This div background color is #e115de


#e115de Border Color

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

This div border color is #e115de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e115de


Comments

No comments written yet.

Please login to write comment.