Color Hex Logo

#fd76db Color Hex

#FD76DB
(253,118,219)
0 Favorites   0 Comments

Color spaces of #fd76db

RGB 253118219
HSL0.880.970.73
HSV315°53°99°
CMYK 0.000.530.13   0.01
XYZ59.772638.954071.3863
Yxy38.95400.35140.2290
Hunter Lab62.413161.7251-24.1249
CIE-Lab68.717963.2120-27.6806

#fd76db color RGB value is (253,118,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 11011011
Octal 375 166 333
Decimal 253 118 219
Hex FD 76 DB

RGB Percentages of Color #fd76db

%42.88
%20.00
%37.12

CMYK Percentages of Color #fd76db

%0
%53
%13
%1

Triadic Colors of #fd76db

#fd76db #dbfd76 #76dbfd

Analogous Colors of #fd76db

#fd76db #fd7698 #dc76fd

Monochromatic Colors of #fd76db

#fd76db

Complementary Color

#fd76db #76fd98

#fd76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76db Color CSS Codes

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

#fd76db Text Font Color

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

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


#fd76db Background Color

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

This div background color is #fd76db


#fd76db Border Color

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

This div border color is #fd76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76db


Comments

No comments written yet.

Please login to write comment.