Color Hex Logo

#d1acca Color Hex

#D1ACCA
(209,172,202)
0 Favorites   0 Comments

Color spaces of #d1acca

RGB 209172202
HSL0.860.290.75
HSV311°18°82°
CMYK 0.000.180.03   0.18
XYZ51.707747.324662.2864
Yxy47.32460.32050.2934
Hunter Lab68.792913.7808-5.5273
CIE-Lab74.396918.5292-10.1686

#d1acca color RGB value is (209,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 11001010
Octal 321 254 312
Decimal 209 172 202
Hex D1 AC CA

RGB Percentages of Color #d1acca

%35.85
%29.50
%34.65

CMYK Percentages of Color #d1acca

%0
%18
%3
%18

Triadic Colors of #d1acca

#d1acca #cad1ac #accad1

Analogous Colors of #d1acca

#d1acca #d1acb8 #c6acd1

Monochromatic Colors of #d1acca

#d1acca

Complementary Color

#d1acca #acd1b3

#d1acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acca Color CSS Codes

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

#d1acca Text Font Color

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

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


#d1acca Background Color

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

This div background color is #d1acca


#d1acca Border Color

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

This div border color is #d1acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acca


Comments

No comments written yet.

Please login to write comment.