Color Hex Logo

#d156ab Color Hex

#D156AB
(209,86,171)
0 Favorites   0 Comments

Color spaces of #d156ab

RGB 20986171
HSL0.880.570.58
HSV319°59°82°
CMYK 0.000.590.18   0.18
XYZ36.973023.151241.0480
Yxy23.15120.36540.2288
Hunter Lab48.115752.9603-16.8999
CIE-Lab55.227757.9776-21.6734

#d156ab color RGB value is (209,86,171).

#d156ab hex color red value is 209, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d156ab hue: 0.88 , saturation: 0.57 and the lightness value of d156ab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 10101011
Octal 321 126 253
Decimal 209 86 171
Hex D1 56 AB

RGB Percentages of Color #d156ab

%44.85
%18.45
%36.70

CMYK Percentages of Color #d156ab

%0
%59
%18
%18

Triadic Colors of #d156ab

#d156ab #abd156 #56abd1

Analogous Colors of #d156ab

#d156ab #d1566e #ba56d1

Monochromatic Colors of #d156ab

#d156ab

Complementary Color

#d156ab #56d17c

#d156ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d156ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d156ab Color CSS Codes

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

#d156ab Text Font Color

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

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


#d156ab Background Color

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

This div background color is #d156ab


#d156ab Border Color

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

This div border color is #d156ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d156ab


Comments

No comments written yet.

Please login to write comment.