Color Hex Logo

#fd1ed9 Color Hex

#FD1ED9
(253,30,217)
0 Favorites   0 Comments

Color spaces of #fd1ed9

RGB 25330217
HSL0.860.980.55
HSV310°88°99°
CMYK 0.000.880.14   0.01
XYZ53.496726.820968.0030
Yxy26.82090.36070.1808
Hunter Lab51.788993.7557-41.6003
CIE-Lab58.808290.3761-41.9770

#fd1ed9 color RGB value is (253,30,217).

#fd1ed9 hex color red value is 253, green value is 30 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fd1ed9 hue: 0.86 , saturation: 0.98 and the lightness value of fd1ed9 is 0.55.

The process color (four color CMYK) of #fd1ed9 color hex is 0.00, 0.88, 0.14, 0.01. Web safe color of #fd1ed9 is #ff33cc. Color #fd1ed9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011110 11011001
Octal 375 36 331
Decimal 253 30 217
Hex FD 1E D9

RGB Percentages of Color #fd1ed9

%50.60
%6.00
%43.40

CMYK Percentages of Color #fd1ed9

%0
%88
%14
%1

Triadic Colors of #fd1ed9

#fd1ed9 #d9fd1e #1ed9fd

Analogous Colors of #fd1ed9

#fd1ed9 #fd1e6a #b21efd

Monochromatic Colors of #fd1ed9

#fd1ed9

Complementary Color

#fd1ed9 #1efd42

#fd1ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1ed9 Color CSS Codes

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

#fd1ed9 Text Font Color

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

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


#fd1ed9 Background Color

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

This div background color is #fd1ed9


#fd1ed9 Border Color

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

This div border color is #fd1ed9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,30,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd1ed9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd1ed9;
  -webkit-box-shadow: 1px 1px 3px 2px #fd1ed9;
  box-shadow:         1px 1px 3px 2px #fd1ed9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,30,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1ed9

Related Colors


Comments

No comments written yet.

Please login to write comment.