Color Hex Logo

#d164ab Color Hex

#D164AB
(209,100,171)
0 Favorites   0 Comments

Color spaces of #d164ab

RGB 209100171
HSL0.890.540.61
HSV321°52°82°
CMYK 0.000.520.18   0.18
XYZ38.202425.609941.4578
Yxy25.60990.36290.2433
Hunter Lab50.606246.1879-13.1474
CIE-Lab57.664951.4741-17.9506

#d164ab color RGB value is (209,100,171).

#d164ab hex color red value is 209, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d164ab hue: 0.89 , saturation: 0.54 and the lightness value of d164ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100100 10101011
Octal 321 144 253
Decimal 209 100 171
Hex D1 64 AB

RGB Percentages of Color #d164ab

%43.54
%20.83
%35.63

CMYK Percentages of Color #d164ab

%0
%52
%18
%18

Triadic Colors of #d164ab

#d164ab #abd164 #64abd1

Analogous Colors of #d164ab

#d164ab #d16475 #c164d1

Monochromatic Colors of #d164ab

#d164ab

Complementary Color

#d164ab #64d18a

#d164ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d164ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d164ab Color CSS Codes

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

#d164ab Text Font Color

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

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


#d164ab Background Color

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

This div background color is #d164ab


#d164ab Border Color

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

This div border color is #d164ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d164ab


Comments

No comments written yet.

Please login to write comment.