Color Hex Logo

#d171ab Color Hex

#D171AB
(209,113,171)
0 Favorites   0 Comments

Color spaces of #d171ab

RGB 209113171
HSL0.900.510.63
HSV324°46°82°
CMYK 0.000.460.18   0.18
XYZ39.550328.305841.9071
Yxy28.30580.36030.2579
Hunter Lab53.203239.5881-9.4593
CIE-Lab60.164044.9918-14.1636

#d171ab color RGB value is (209,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 10101011
Octal 321 161 253
Decimal 209 113 171
Hex D1 71 AB

RGB Percentages of Color #d171ab

%42.39
%22.92
%34.69

CMYK Percentages of Color #d171ab

%0
%46
%18
%18

Triadic Colors of #d171ab

#d171ab #abd171 #71abd1

Analogous Colors of #d171ab

#d171ab #d1717b #c771d1

Monochromatic Colors of #d171ab

#d171ab

Complementary Color

#d171ab #71d197

#d171ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171ab Color CSS Codes

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

#d171ab Text Font Color

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

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


#d171ab Background Color

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

This div background color is #d171ab


#d171ab Border Color

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

This div border color is #d171ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171ab


Comments

No comments written yet.

Please login to write comment.