Color Hex Logo

#fd76df Color Hex

#FD76DF
(253,118,223)
0 Favorites   0 Comments

Color spaces of #fd76df

RGB 253118223
HSL0.870.970.73
HSV313°53°99°
CMYK 0.000.530.12   0.01
XYZ60.305739.167274.1936
Yxy39.16720.34730.2255
Hunter Lab62.583762.4812-26.4803
CIE-Lab68.872263.8167-29.6630

#fd76df color RGB value is (253,118,223).

#fd76df hex color red value is 253, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd76df hue: 0.87 , saturation: 0.97 and the lightness value of fd76df is 0.73.

The process color (four color CMYK) of #fd76df color hex is 0.00, 0.53, 0.12, 0.01. Web safe color of #fd76df is #ff66cc. Color #fd76df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 11011111
Octal 375 166 337
Decimal 253 118 223
Hex FD 76 DF

RGB Percentages of Color #fd76df

%42.59
%19.87
%37.54

CMYK Percentages of Color #fd76df

%0
%53
%12
%1

Triadic Colors of #fd76df

#fd76df #dffd76 #76dffd

Analogous Colors of #fd76df

#fd76df #fd769c #d876fd

Monochromatic Colors of #fd76df

#fd76df

Complementary Color

#fd76df #76fd94

#fd76df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76df Color CSS Codes

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

#fd76df Text Font Color

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

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


#fd76df Background Color

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

This div background color is #fd76df


#fd76df Border Color

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

This div border color is #fd76df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76df

Related Colors


Comments

No comments written yet.

Please login to write comment.