Color Hex Logo

#e417de Color Hex

#E417DE
(228,23,222)
0 Favorites   0 Comments

Color spaces of #e417de

RGB 22823222
HSL0.840.820.49
HSV302°90°89°
CMYK 0.000.900.03   0.11
XYZ45.486122.380771.0298
Yxy22.38070.32750.1611
Hunter Lab47.308288.8354-55.9037
CIE-Lab54.428687.5244-52.0277

#e417de color RGB value is (228,23,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010111 11011110
Octal 344 27 336
Decimal 228 23 222
Hex E4 17 DE

RGB Percentages of Color #e417de

%48.20
%4.86
%46.93

CMYK Percentages of Color #e417de

%0
%90
%3
%11

Triadic Colors of #e417de

#e417de #dee417 #17dee4

Analogous Colors of #e417de

#e417de #e41778 #8417e4

Monochromatic Colors of #e417de

#e417de

Complementary Color

#e417de #17e41d

#e417de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e417de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e417de Color CSS Codes

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

#e417de Text Font Color

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

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


#e417de Background Color

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

This div background color is #e417de


#e417de Border Color

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

This div border color is #e417de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e417de


Comments

No comments written yet.

Please login to write comment.