Color Hex Logo

#d1acbd Color Hex

#D1ACBD
(209,172,189)
0 Favorites   0 Comments

Color spaces of #d1acbd

RGB 209172189
HSL0.920.290.75
HSV332°18°82°
CMYK 0.000.180.10   0.18
XYZ50.232346.734554.5172
Yxy46.73450.33160.3085
Hunter Lab68.362611.52570.5718
CIE-Lab74.019616.2358-3.6074

#d1acbd color RGB value is (209,172,189).

#d1acbd hex color red value is 209, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d1acbd hue: 0.92 , saturation: 0.29 and the lightness value of d1acbd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 10111101
Octal 321 254 275
Decimal 209 172 189
Hex D1 AC BD

RGB Percentages of Color #d1acbd

%36.67
%30.18
%33.16

CMYK Percentages of Color #d1acbd

%0
%18
%10
%18

Triadic Colors of #d1acbd

#d1acbd #bdd1ac #acbdd1

Analogous Colors of #d1acbd

#d1acbd #d1aeac #d1acd0

Monochromatic Colors of #d1acbd

#d1acbd

Complementary Color

#d1acbd #acd1c0

#d1acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acbd Color CSS Codes

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

#d1acbd Text Font Color

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

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


#d1acbd Background Color

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

This div background color is #d1acbd


#d1acbd Border Color

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

This div border color is #d1acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acbd


Comments

No comments written yet.

Please login to write comment.