Color Hex Logo

#d9a1cb Color Hex

#D9A1CB
(217,161,203)
0 Favorites   0 Comments

Color spaces of #d9a1cb

RGB 217161203
HSL0.880.420.74
HSV315°26°85°
CMYK 0.000.260.06   0.15
XYZ52.139644.553262.3515
Yxy44.55320.32780.2801
Hunter Lab66.748222.6240-8.6609
CIE-Lab72.596727.4220-13.3302

#d9a1cb color RGB value is (217,161,203).

#d9a1cb hex color red value is 217, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9a1cb hue: 0.88 , saturation: 0.42 and the lightness value of d9a1cb is 0.74.

The process color (four color CMYK) of #d9a1cb color hex is 0.00, 0.26, 0.06, 0.15. Web safe color of #d9a1cb is #cc99cc. Color #d9a1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10100001 11001011
Octal 331 241 313
Decimal 217 161 203
Hex D9 A1 CB

RGB Percentages of Color #d9a1cb

%37.35
%27.71
%34.94

CMYK Percentages of Color #d9a1cb

%0
%26
%6
%15

Triadic Colors of #d9a1cb

#d9a1cb #cbd9a1 #a1cbd9

Analogous Colors of #d9a1cb

#d9a1cb #d9a1af #cba1d9

Monochromatic Colors of #d9a1cb

#d9a1cb

Complementary Color

#d9a1cb #a1d9af

#d9a1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9a1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9a1cb Color CSS Codes

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

#d9a1cb Text Font Color

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

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


#d9a1cb Background Color

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

This div background color is #d9a1cb


#d9a1cb Border Color

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

This div border color is #d9a1cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,161,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9a1cb


Comments

No comments written yet.

Please login to write comment.