Color Hex Logo

#d168ab Color Hex

#D168AB
(209,104,171)
0 Favorites   0 Comments

Color spaces of #d168ab

RGB 209104171
HSL0.890.530.61
HSV322°50°82°
CMYK 0.000.500.18   0.18
XYZ38.595526.396241.5888
Yxy26.39620.36210.2477
Hunter Lab51.377244.1823-12.0300
CIE-Lab58.411249.5185-16.8164

#d168ab color RGB value is (209,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 10101011
Octal 321 150 253
Decimal 209 104 171
Hex D1 68 AB

RGB Percentages of Color #d168ab

%43.18
%21.49
%35.33

CMYK Percentages of Color #d168ab

%0
%50
%18
%18

Triadic Colors of #d168ab

#d168ab #abd168 #68abd1

Analogous Colors of #d168ab

#d168ab #d16877 #c368d1

Monochromatic Colors of #d168ab

#d168ab

Complementary Color

#d168ab #68d18e

#d168ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d168ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d168ab Color CSS Codes

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

#d168ab Text Font Color

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

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


#d168ab Background Color

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

This div background color is #d168ab


#d168ab Border Color

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

This div border color is #d168ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d168ab


Comments

No comments written yet.

Please login to write comment.