Color Hex Logo

#d171bf Color Hex

#D171BF
(209,113,191)
0 Favorites   0 Comments

Color spaces of #d171bf

RGB 209113191
HSL0.860.510.63
HSV311°46°82°
CMYK 0.000.460.09   0.18
XYZ41.603629.127252.7196
Yxy29.12720.33700.2359
Hunter Lab53.969643.1536-20.1380
CIE-Lab60.893748.1976-24.4732

#d171bf color RGB value is (209,113,191).

#d171bf hex color red value is 209, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d171bf hue: 0.86 , saturation: 0.51 and the lightness value of d171bf is 0.63.

The process color (four color CMYK) of #d171bf color hex is 0.00, 0.46, 0.09, 0.18. Web safe color of #d171bf is #cc66cc. Color #d171bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 10111111
Octal 321 161 277
Decimal 209 113 191
Hex D1 71 BF

RGB Percentages of Color #d171bf

%40.74
%22.03
%37.23

CMYK Percentages of Color #d171bf

%0
%46
%9
%18

Triadic Colors of #d171bf

#d171bf #bfd171 #71bfd1

Analogous Colors of #d171bf

#d171bf #d1718f #b371d1

Monochromatic Colors of #d171bf

#d171bf

Complementary Color

#d171bf #71d183

#d171bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171bf Color CSS Codes

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

#d171bf Text Font Color

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

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


#d171bf Background Color

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

This div background color is #d171bf


#d171bf Border Color

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

This div border color is #d171bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171bf


Comments

No comments written yet.

Please login to write comment.