Color Hex Logo

#fd76dc Color Hex

#FD76DC
(253,118,220)
0 Favorites   0 Comments

Color spaces of #fd76dc

RGB 253118220
HSL0.870.970.73
HSV315°53°99°
CMYK 0.000.530.13   0.01
XYZ59.904739.006872.0819
Yxy39.00680.35030.2281
Hunter Lab62.455461.9129-24.7098
CIE-Lab68.756263.3624-28.1772

#fd76dc color RGB value is (253,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 11011100
Octal 375 166 334
Decimal 253 118 220
Hex FD 76 DC

RGB Percentages of Color #fd76dc

%42.81
%19.97
%37.23

CMYK Percentages of Color #fd76dc

%0
%53
%13
%1

Triadic Colors of #fd76dc

#fd76dc #dcfd76 #76dcfd

Analogous Colors of #fd76dc

#fd76dc #fd7699 #db76fd

Monochromatic Colors of #fd76dc

#fd76dc

Complementary Color

#fd76dc #76fd97

#fd76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76dc Color CSS Codes

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

#fd76dc Text Font Color

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

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


#fd76dc Background Color

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

This div background color is #fd76dc


#fd76dc Border Color

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

This div border color is #fd76dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76dc


Comments

No comments written yet.

Please login to write comment.