Color Hex Logo

#d19abf Color Hex

#D19ABF
(209,154,191)
0 Favorites   0 Comments

Color spaces of #d19abf

RGB 209154191
HSL0.890.370.71
HSV320°26°82°
CMYK 0.000.260.09   0.18
XYZ47.254140.428154.6031
Yxy40.42810.33210.2841
Hunter Lab63.583121.3884-6.4082
CIE-Lab69.773426.3862-11.0119

#d19abf color RGB value is (209,154,191).

#d19abf hex color red value is 209, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d19abf hue: 0.89 , saturation: 0.37 and the lightness value of d19abf is 0.71.

The process color (four color CMYK) of #d19abf color hex is 0.00, 0.26, 0.09, 0.18. Web safe color of #d19abf is #cc99cc. Color #d19abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10011010 10111111
Octal 321 232 277
Decimal 209 154 191
Hex D1 9A BF

RGB Percentages of Color #d19abf

%37.73
%27.80
%34.48

CMYK Percentages of Color #d19abf

%0
%26
%9
%18

Triadic Colors of #d19abf

#d19abf #bfd19a #9abfd1

Analogous Colors of #d19abf

#d19abf #d19aa4 #c89ad1

Monochromatic Colors of #d19abf

#d19abf

Complementary Color

#d19abf #9ad1ac

#d19abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19abf Color CSS Codes

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

#d19abf Text Font Color

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

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


#d19abf Background Color

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

This div background color is #d19abf


#d19abf Border Color

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

This div border color is #d19abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,154,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d19abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19abf


Comments

No comments written yet.

Please login to write comment.