Color Hex Logo

#e13fda Color Hex

#E13FDA
(225,63,218)
0 Favorites   0 Comments

Color spaces of #e13fda

RGB 22563218
HSL0.840.730.56
HSV303°72°88°
CMYK 0.000.720.03   0.12
XYZ45.483724.624568.6854
Yxy24.62450.32770.1774
Hunter Lab49.623176.7698-47.3296
CIE-Lab56.707777.6939-46.1685

#e13fda color RGB value is (225,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111111 11011010
Octal 341 77 332
Decimal 225 63 218
Hex E1 3F DA

RGB Percentages of Color #e13fda

%44.47
%12.45
%43.08

CMYK Percentages of Color #e13fda

%0
%72
%3
%12

Triadic Colors of #e13fda

#e13fda #dae13f #3fdae1

Analogous Colors of #e13fda

#e13fda #e13f89 #973fe1

Monochromatic Colors of #e13fda

#e13fda

Complementary Color

#e13fda #3fe146

#e13fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13fda Color CSS Codes

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

#e13fda Text Font Color

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

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


#e13fda Background Color

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

This div background color is #e13fda


#e13fda Border Color

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

This div border color is #e13fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,63,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13fda


Comments

No comments written yet.

Please login to write comment.