Color Hex Logo

#d17fab Color Hex

#D17FAB
(209,127,171)
0 Favorites   0 Comments

Color spaces of #d17fab

RGB 209127171
HSL0.910.470.66
HSV328°39°82°
CMYK 0.000.390.18   0.18
XYZ41.234631.674342.4685
Yxy31.67430.35740.2745
Hunter Lab56.279932.2917-5.3439
CIE-Lab63.072837.6794-9.7952

#d17fab color RGB value is (209,127,171).

#d17fab hex color red value is 209, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d17fab hue: 0.91 , saturation: 0.47 and the lightness value of d17fab is 0.66.

The process color (four color CMYK) of #d17fab color hex is 0.00, 0.39, 0.18, 0.18. Web safe color of #d17fab is #cc6699. Color #d17fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 10101011
Octal 321 177 253
Decimal 209 127 171
Hex D1 7F AB

RGB Percentages of Color #d17fab

%41.22
%25.05
%33.73

CMYK Percentages of Color #d17fab

%0
%39
%18
%18

Triadic Colors of #d17fab

#d17fab #abd17f #7fabd1

Analogous Colors of #d17fab

#d17fab #d17f82 #ce7fd1

Monochromatic Colors of #d17fab

#d17fab

Complementary Color

#d17fab #7fd1a5

#d17fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17fab Color CSS Codes

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

#d17fab Text Font Color

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

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


#d17fab Background Color

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

This div background color is #d17fab


#d17fab Border Color

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

This div border color is #d17fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17fab


Comments

No comments written yet.

Please login to write comment.