Color Hex Logo

#fd11df Color Hex

#FD11DF
(253,17,223)
0 Favorites   0 Comments

Color spaces of #fd11df

RGB 25317223
HSL0.850.980.53
HSV308°93°99°
CMYK 0.000.930.12   0.01
XYZ54.027726.611372.1009
Yxy26.61130.35370.1742
Hunter Lab51.586196.6726-46.7581
CIE-Lab58.612892.5797-45.6811

#fd11df color RGB value is (253,17,223).

#fd11df hex color red value is 253, green value is 17 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd11df hue: 0.85 , saturation: 0.98 and the lightness value of fd11df is 0.53.

The process color (four color CMYK) of #fd11df color hex is 0.00, 0.93, 0.12, 0.01. Web safe color of #fd11df is #ff00cc. Color #fd11df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 11011111
Octal 375 21 337
Decimal 253 17 223
Hex FD 11 DF

RGB Percentages of Color #fd11df

%51.32
%3.45
%45.23

CMYK Percentages of Color #fd11df

%0
%93
%12
%1

Triadic Colors of #fd11df

#fd11df #dffd11 #11dffd

Analogous Colors of #fd11df

#fd11df #fd1169 #a511fd

Monochromatic Colors of #fd11df

#fd11df

Complementary Color

#fd11df #11fd2f

#fd11df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd11df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd11df Color CSS Codes

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

#fd11df Text Font Color

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

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


#fd11df Background Color

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

This div background color is #fd11df


#fd11df Border Color

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

This div border color is #fd11df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd11df

Related Colors


Comments

No comments written yet.

Please login to write comment.