Color Hex Logo

#d160ab Color Hex

#D160AB
(209,96,171)
0 Favorites   0 Comments

Color spaces of #d160ab

RGB 20996171
HSL0.890.550.60
HSV320°54°82°
CMYK 0.000.540.18   0.18
XYZ37.828124.861341.3330
Yxy24.86130.36370.2390
Hunter Lab49.861148.1656-14.2464
CIE-Lab56.940053.3895-19.0548

#d160ab color RGB value is (209,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 10101011
Octal 321 140 253
Decimal 209 96 171
Hex D1 60 AB

RGB Percentages of Color #d160ab

%43.91
%20.17
%35.92

CMYK Percentages of Color #d160ab

%0
%54
%18
%18

Triadic Colors of #d160ab

#d160ab #abd160 #60abd1

Analogous Colors of #d160ab

#d160ab #d16073 #bf60d1

Monochromatic Colors of #d160ab

#d160ab

Complementary Color

#d160ab #60d186

#d160ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d160ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d160ab Color CSS Codes

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

#d160ab Text Font Color

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

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


#d160ab Background Color

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

This div background color is #d160ab


#d160ab Border Color

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

This div border color is #d160ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d160ab


Comments

No comments written yet.

Please login to write comment.