Color Hex Logo

#e413dd Color Hex

#E413DD
(228,19,221)
0 Favorites   0 Comments

Color spaces of #e413dd

RGB 22819221
HSL0.840.850.48
HSV302°92°89°
CMYK 0.000.920.03   0.11
XYZ45.278922.180270.3014
Yxy22.18020.32870.1610
Hunter Lab47.095989.1957-55.5369
CIE-Lab54.217787.8389-51.7964

#e413dd color RGB value is (228,19,221).

#e413dd hex color red value is 228, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e413dd hue: 0.84 , saturation: 0.85 and the lightness value of e413dd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010011 11011101
Octal 344 23 335
Decimal 228 19 221
Hex E4 13 DD

RGB Percentages of Color #e413dd

%48.72
%4.06
%47.22

CMYK Percentages of Color #e413dd

%0
%92
%3
%11

Triadic Colors of #e413dd

#e413dd #dde413 #13dde4

Analogous Colors of #e413dd

#e413dd #e41375 #8313e4

Monochromatic Colors of #e413dd

#e413dd

Complementary Color

#e413dd #13e41a

#e413dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e413dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e413dd Color CSS Codes

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

#e413dd Text Font Color

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

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


#e413dd Background Color

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

This div background color is #e413dd


#e413dd Border Color

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

This div border color is #e413dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,19,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e413dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e413dd


Comments

No comments written yet.

Please login to write comment.