Color Hex Logo

#d69fab Color Hex

#D69FAB
(214,159,171)
0 Favorites   0 Comments

Color spaces of #d69fab

RGB 214159171
HSL0.960.400.73
HSV347°26°84°
CMYK 0.000.260.20   0.16
XYZ47.480442.032744.1387
Yxy42.03270.35530.3145
Hunter Lab64.832617.26805.0176
CIE-Lab70.893522.18951.7976

#d69fab color RGB value is (214,159,171).

#d69fab hex color red value is 214, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d69fab hue: 0.96 , saturation: 0.40 and the lightness value of d69fab is 0.73.

The process color (four color CMYK) of #d69fab color hex is 0.00, 0.26, 0.20, 0.16. Web safe color of #d69fab is #cc9999. Color #d69fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011111 10101011
Octal 326 237 253
Decimal 214 159 171
Hex D6 9F AB

RGB Percentages of Color #d69fab

%39.34
%29.23
%31.43

CMYK Percentages of Color #d69fab

%0
%26
%20
%16

Triadic Colors of #d69fab

#d69fab #abd69f #9fabd6

Analogous Colors of #d69fab

#d69fab #d6af9f #d69fc7

Monochromatic Colors of #d69fab

#d69fab

Complementary Color

#d69fab #9fd6ca

#d69fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69fab Color CSS Codes

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

#d69fab Text Font Color

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

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


#d69fab Background Color

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

This div background color is #d69fab


#d69fab Border Color

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

This div border color is #d69fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69fab


Comments

No comments written yet.

Please login to write comment.