Color Hex Logo

#e517de Color Hex

#E517DE
(229,23,222)
0 Favorites   0 Comments

Color spaces of #e517de

RGB 22923222
HSL0.840.820.49
HSV302°90°90°
CMYK 0.000.900.03   0.10
XYZ45.804322.544771.0447
Yxy22.54470.32860.1617
Hunter Lab47.481389.1035-55.4769
CIE-Lab54.600287.6946-51.7439

#e517de color RGB value is (229,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010111 11011110
Octal 345 27 336
Decimal 229 23 222
Hex E5 17 DE

RGB Percentages of Color #e517de

%48.31
%4.85
%46.84

CMYK Percentages of Color #e517de

%0
%90
%3
%10

Triadic Colors of #e517de

#e517de #dee517 #17dee5

Analogous Colors of #e517de

#e517de #e51777 #8517e5

Monochromatic Colors of #e517de

#e517de

Complementary Color

#e517de #17e51e

#e517de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e517de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e517de Color CSS Codes

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

#e517de Text Font Color

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

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


#e517de Background Color

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

This div background color is #e517de


#e517de Border Color

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

This div border color is #e517de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e517de


Comments

No comments written yet.

Please login to write comment.