Color Hex Logo

#fd76da Color Hex

#FD76DA
(253,118,218)
0 Favorites   0 Comments

Color spaces of #fd76da

RGB 253118218
HSL0.880.970.73
HSV316°53°99°
CMYK 0.000.530.14   0.01
XYZ59.641338.901570.6950
Yxy38.90150.35240.2299
Hunter Lab62.371161.5383-23.5430
CIE-Lab68.679963.0622-27.1836

#fd76da color RGB value is (253,118,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 11011010
Octal 375 166 332
Decimal 253 118 218
Hex FD 76 DA

RGB Percentages of Color #fd76da

%42.95
%20.03
%37.01

CMYK Percentages of Color #fd76da

%0
%53
%14
%1

Triadic Colors of #fd76da

#fd76da #dafd76 #76dafd

Analogous Colors of #fd76da

#fd76da #fd7697 #dd76fd

Monochromatic Colors of #fd76da

#fd76da

Complementary Color

#fd76da #76fd99

#fd76da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76da Color CSS Codes

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

#fd76da Text Font Color

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

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


#fd76da Background Color

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

This div background color is #fd76da


#fd76da Border Color

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

This div border color is #fd76da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76da

Related Colors


Comments

No comments written yet.

Please login to write comment.