Color Hex Logo

#fd7dab Color Hex

#FD7DAB
(253,125,171)
0 Favorites   0 Comments

Color spaces of #fd7dab

RGB 253125171
HSL0.940.970.74
HSV338°51°99°
CMYK 0.000.510.32   0.01
XYZ55.192338.490243.0485
Yxy38.49020.40370.2815
Hunter Lab62.040550.22592.2883
CIE-Lab68.380453.4330-1.3065

#fd7dab color RGB value is (253,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111101 10101011
Octal 375 175 253
Decimal 253 125 171
Hex FD 7D AB

RGB Percentages of Color #fd7dab

%46.08
%22.77
%31.15

CMYK Percentages of Color #fd7dab

%0
%51
%32
%1

Triadic Colors of #fd7dab

#fd7dab #abfd7d #7dabfd

Analogous Colors of #fd7dab

#fd7dab #fd8f7d #fd7deb

Monochromatic Colors of #fd7dab

#fd7dab

Complementary Color

#fd7dab #7dfdcf

#fd7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7dab Color CSS Codes

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

#fd7dab Text Font Color

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

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


#fd7dab Background Color

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

This div background color is #fd7dab


#fd7dab Border Color

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

This div border color is #fd7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7dab

Related Colors


Comments

No comments written yet.

Please login to write comment.