Color Hex Logo

#e13edd Color Hex

#E13EDD
(225,62,221)
0 Favorites   0 Comments

Color spaces of #e13edd

RGB 22562221
HSL0.840.730.56
HSV301°72°88°
CMYK 0.000.720.02   0.12
XYZ45.825124.673370.7538
Yxy24.67330.32440.1747
Hunter Lab49.672277.7487-49.6829
CIE-Lab56.755778.4631-47.7905

#e13edd color RGB value is (225,62,221).

#e13edd hex color red value is 225, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e13edd hue: 0.84 , saturation: 0.73 and the lightness value of e13edd is 0.56.

The process color (four color CMYK) of #e13edd color hex is 0.00, 0.72, 0.02, 0.12. Web safe color of #e13edd is #cc33cc. Color #e13edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 11011101
Octal 341 76 335
Decimal 225 62 221
Hex E1 3E DD

RGB Percentages of Color #e13edd

%44.29
%12.20
%43.50

CMYK Percentages of Color #e13edd

%0
%72
%2
%12

Triadic Colors of #e13edd

#e13edd #dde13e #3edde1

Analogous Colors of #e13edd

#e13edd #e13e8c #943ee1

Monochromatic Colors of #e13edd

#e13edd

Complementary Color

#e13edd #3ee142

#e13edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13edd Color CSS Codes

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

#e13edd Text Font Color

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

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


#e13edd Background Color

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

This div background color is #e13edd


#e13edd Border Color

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

This div border color is #e13edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13edd


Comments

No comments written yet.

Please login to write comment.