Color Hex Logo

#e215de Color Hex

#E215DE
(226,21,222)
0 Favorites   0 Comments

Color spaces of #e215de

RGB 22621222
HSL0.840.830.48
HSV301°91°89°
CMYK 0.000.910.02   0.11
XYZ44.817021.979070.9875
Yxy21.97900.32530.1595
Hunter Lab46.881888.5954-56.9586
CIE-Lab54.004787.4244-52.7241

#e215de color RGB value is (226,21,222).

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

The process color (four color CMYK) of #e215de color hex is 0.00, 0.91, 0.02, 0.11. Web safe color of #e215de is #cc00cc. Color #e215de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010101 11011110
Octal 342 25 336
Decimal 226 21 222
Hex E2 15 DE

RGB Percentages of Color #e215de

%48.19
%4.48
%47.33

CMYK Percentages of Color #e215de

%0
%91
%2
%11

Triadic Colors of #e215de

#e215de #dee215 #15dee2

Analogous Colors of #e215de

#e215de #e21578 #8015e2

Monochromatic Colors of #e215de

#e215de

Complementary Color

#e215de #15e219

#e215de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e215de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e215de Color CSS Codes

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

#e215de Text Font Color

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

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


#e215de Background Color

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

This div background color is #e215de


#e215de Border Color

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

This div border color is #e215de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e215de


Comments

No comments written yet.

Please login to write comment.