Color Hex Logo

#e13fdd Color Hex

#E13FDD
(225,63,221)
0 Favorites   0 Comments

Color spaces of #e13fdd

RGB 22563221
HSL0.840.730.56
HSV301°72°88°
CMYK 0.000.720.02   0.12
XYZ45.880024.783070.7721
Yxy24.78300.32440.1752
Hunter Lab49.782577.3877-49.4404
CIE-Lab56.863478.1555-47.6198

#e13fdd color RGB value is (225,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111111 11011101
Octal 341 77 335
Decimal 225 63 221
Hex E1 3F DD

RGB Percentages of Color #e13fdd

%44.20
%12.38
%43.42

CMYK Percentages of Color #e13fdd

%0
%72
%2
%12

Triadic Colors of #e13fdd

#e13fdd #dde13f #3fdde1

Analogous Colors of #e13fdd

#e13fdd #e13f8c #943fe1

Monochromatic Colors of #e13fdd

#e13fdd

Complementary Color

#e13fdd #3fe143

#e13fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13fdd Color CSS Codes

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

#e13fdd Text Font Color

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

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


#e13fdd Background Color

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

This div background color is #e13fdd


#e13fdd Border Color

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

This div border color is #e13fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13fdd


Comments

No comments written yet.

Please login to write comment.