Color Hex Logo

#d96fab Color Hex

#D96FAB
(217,111,171)
0 Favorites   0 Comments

Color spaces of #d96fab

RGB 217111171
HSL0.910.580.64
HSV326°49°85°
CMYK 0.000.490.21   0.15
XYZ41.650429.060941.9422
Yxy29.06090.36970.2580
Hunter Lab53.908243.5730-8.3937
CIE-Lab60.835348.5916-13.0467

#d96fab color RGB value is (217,111,171).

#d96fab hex color red value is 217, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d96fab hue: 0.91 , saturation: 0.58 and the lightness value of d96fab is 0.64.

The process color (four color CMYK) of #d96fab color hex is 0.00, 0.49, 0.21, 0.15. Web safe color of #d96fab is #cc6699. Color #d96fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101111 10101011
Octal 331 157 253
Decimal 217 111 171
Hex D9 6F AB

RGB Percentages of Color #d96fab

%43.49
%22.24
%34.27

CMYK Percentages of Color #d96fab

%0
%49
%21
%15

Triadic Colors of #d96fab

#d96fab #abd96f #6fabd9

Analogous Colors of #d96fab

#d96fab #d96f76 #d26fd9

Monochromatic Colors of #d96fab

#d96fab

Complementary Color

#d96fab #6fd99d

#d96fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96fab Color CSS Codes

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

#d96fab Text Font Color

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

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


#d96fab Background Color

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

This div background color is #d96fab


#d96fab Border Color

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

This div border color is #d96fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96fab


Comments

No comments written yet.

Please login to write comment.