Color Hex Logo

#e13fdf Color Hex

#E13FDF
(225,63,223)
0 Favorites   0 Comments

Color spaces of #e13fdf

RGB 22563223
HSL0.840.730.56
HSV301°72°88°
CMYK 0.000.720.01   0.12
XYZ46.148124.890372.1841
Yxy24.89030.32220.1738
Hunter Lab49.890277.8036-50.8612
CIE-Lab56.968478.4654-48.5833

#e13fdf color RGB value is (225,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111111 11011111
Octal 341 77 337
Decimal 225 63 223
Hex E1 3F DF

RGB Percentages of Color #e13fdf

%44.03
%12.33
%43.64

CMYK Percentages of Color #e13fdf

%0
%72
%1
%12

Triadic Colors of #e13fdf

#e13fdf #dfe13f #3fdfe1

Analogous Colors of #e13fdf

#e13fdf #e13f8e #923fe1

Monochromatic Colors of #e13fdf

#e13fdf

Complementary Color

#e13fdf #3fe141

#e13fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13fdf Color CSS Codes

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

#e13fdf Text Font Color

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

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


#e13fdf Background Color

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

This div background color is #e13fdf


#e13fdf Border Color

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

This div border color is #e13fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13fdf


Comments

No comments written yet.

Please login to write comment.