Color Hex Logo

#d172ab Color Hex

#D172AB
(209,114,171)
0 Favorites   0 Comments

Color spaces of #d172ab

RGB 209114171
HSL0.900.510.63
HSV324°45°82°
CMYK 0.000.450.18   0.18
XYZ39.662528.530241.9445
Yxy28.53020.36010.2590
Hunter Lab53.413739.0719-9.1695
CIE-Lab60.364744.4792-13.8608

#d172ab color RGB value is (209,114,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110010 10101011
Octal 321 162 253
Decimal 209 114 171
Hex D1 72 AB

RGB Percentages of Color #d172ab

%42.31
%23.08
%34.62

CMYK Percentages of Color #d172ab

%0
%45
%18
%18

Triadic Colors of #d172ab

#d172ab #abd172 #72abd1

Analogous Colors of #d172ab

#d172ab #d1727c #c872d1

Monochromatic Colors of #d172ab

#d172ab

Complementary Color

#d172ab #72d198

#d172ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d172ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d172ab Color CSS Codes

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

#d172ab Text Font Color

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

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


#d172ab Background Color

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

This div background color is #d172ab


#d172ab Border Color

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

This div border color is #d172ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d172ab


Comments

No comments written yet.

Please login to write comment.