Color Hex Logo

#d17faf Color Hex

#D17FAF
(209,127,175)
0 Favorites   0 Comments

Color spaces of #d17faf

RGB 209127175
HSL0.900.470.66
HSV325°39°82°
CMYK 0.000.390.16   0.18
XYZ41.621731.829244.5074
Yxy31.82920.35290.2698
Hunter Lab56.417432.9573-7.2814
CIE-Lab63.201538.3055-11.8754

#d17faf color RGB value is (209,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 10101111
Octal 321 177 257
Decimal 209 127 175
Hex D1 7F AF

RGB Percentages of Color #d17faf

%40.90
%24.85
%34.25

CMYK Percentages of Color #d17faf

%0
%39
%16
%18

Triadic Colors of #d17faf

#d17faf #afd17f #7fafd1

Analogous Colors of #d17faf

#d17faf #d17f86 #ca7fd1

Monochromatic Colors of #d17faf

#d17faf

Complementary Color

#d17faf #7fd1a1

#d17faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17faf Color CSS Codes

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

#d17faf Text Font Color

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

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


#d17faf Background Color

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

This div background color is #d17faf


#d17faf Border Color

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

This div border color is #d17faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,127,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17faf


Comments

No comments written yet.

Please login to write comment.