Color Hex Logo

#e515de Color Hex

#E515DE
(229,21,222)
0 Favorites   0 Comments

Color spaces of #e515de

RGB 22921222
HSL0.840.830.49
HSV302°91°90°
CMYK 0.000.910.03   0.10
XYZ45.766122.468371.0319
Yxy22.46830.32860.1613
Hunter Lab47.400789.3930-55.6679
CIE-Lab54.520487.9297-51.8712

#e515de color RGB value is (229,21,222).

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

The process color (four color CMYK) of #e515de color hex is 0.00, 0.91, 0.03, 0.10. Web safe color of #e515de is #cc00cc. Color #e515de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010101 11011110
Octal 345 25 336
Decimal 229 21 222
Hex E5 15 DE

RGB Percentages of Color #e515de

%48.52
%4.45
%47.03

CMYK Percentages of Color #e515de

%0
%91
%3
%10

Triadic Colors of #e515de

#e515de #dee515 #15dee5

Analogous Colors of #e515de

#e515de #e51576 #8415e5

Monochromatic Colors of #e515de

#e515de

Complementary Color

#e515de #15e51c

#e515de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e515de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e515de Color CSS Codes

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

#e515de Text Font Color

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

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


#e515de Background Color

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

This div background color is #e515de


#e515de Border Color

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

This div border color is #e515de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e515de


Comments

No comments written yet.

Please login to write comment.