Color Hex Logo

#fd76ab Color Hex

#FD76AB
(253,118,171)
0 Favorites   0 Comments

Color spaces of #fd76ab

RGB 253118171
HSL0.930.970.73
HSV336°53°99°
CMYK 0.000.530.32   0.01
XYZ54.337136.779842.7634
Yxy36.77980.40590.2747
Hunter Lab60.646453.79890.6454
CIE-Lab67.111556.7365-3.1694

#fd76ab color RGB value is (253,118,171).

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

The process color (four color CMYK) of #fd76ab color hex is 0.00, 0.53, 0.32, 0.01. Web safe color of #fd76ab is #ff6699. Color #fd76ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 10101011
Octal 375 166 253
Decimal 253 118 171
Hex FD 76 AB

RGB Percentages of Color #fd76ab

%46.68
%21.77
%31.55

CMYK Percentages of Color #fd76ab

%0
%53
%32
%1

Triadic Colors of #fd76ab

#fd76ab #abfd76 #76abfd

Analogous Colors of #fd76ab

#fd76ab #fd8576 #fd76ef

Monochromatic Colors of #fd76ab

#fd76ab

Complementary Color

#fd76ab #76fdc8

#fd76ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76ab Color CSS Codes

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

#fd76ab Text Font Color

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

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


#fd76ab Background Color

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

This div background color is #fd76ab


#fd76ab Border Color

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

This div border color is #fd76ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76ab


Comments

No comments written yet.

Please login to write comment.