Color Hex Logo

#d5acca Color Hex

#D5ACCA
(213,172,202)
0 Favorites   0 Comments

Color spaces of #d5acca

RGB 213172202
HSL0.880.330.75
HSV316°19°84°
CMYK 0.000.190.05   0.16
XYZ52.853847.915462.3400
Yxy47.91540.32400.2938
Hunter Lab69.221015.1574-4.9416
CIE-Lab74.771519.9082-9.5703

#d5acca color RGB value is (213,172,202).

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

The process color (four color CMYK) of #d5acca color hex is 0.00, 0.19, 0.05, 0.16. Web safe color of #d5acca is #cc99cc. Color #d5acca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 11001010
Octal 325 254 312
Decimal 213 172 202
Hex D5 AC CA

RGB Percentages of Color #d5acca

%36.29
%29.30
%34.41

CMYK Percentages of Color #d5acca

%0
%19
%5
%16

Triadic Colors of #d5acca

#d5acca #cad5ac #accad5

Analogous Colors of #d5acca

#d5acca #d5acb6 #ccacd5

Monochromatic Colors of #d5acca

#d5acca

Complementary Color

#d5acca #acd5b7

#d5acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acca Color CSS Codes

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

#d5acca Text Font Color

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

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


#d5acca Background Color

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

This div background color is #d5acca


#d5acca Border Color

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

This div border color is #d5acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acca


Comments

No comments written yet.

Please login to write comment.