Color Hex Logo

#d5abca Color Hex

#D5ABCA
(213,171,202)
0 Favorites   0 Comments

Color spaces of #d5abca

RGB 213171202
HSL0.880.330.75
HSV316°20°84°
CMYK 0.000.200.05   0.16
XYZ52.664247.536262.2768
Yxy47.53620.32410.2926
Hunter Lab68.946515.6893-5.2919
CIE-Lab74.531520.4508-9.9281

#d5abca color RGB value is (213,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11001010
Octal 325 253 312
Decimal 213 171 202
Hex D5 AB CA

RGB Percentages of Color #d5abca

%36.35
%29.18
%34.47

CMYK Percentages of Color #d5abca

%0
%20
%5
%16

Triadic Colors of #d5abca

#d5abca #cad5ab #abcad5

Analogous Colors of #d5abca

#d5abca #d5abb5 #cbabd5

Monochromatic Colors of #d5abca

#d5abca

Complementary Color

#d5abca #abd5b6

#d5abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abca Color CSS Codes

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

#d5abca Text Font Color

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

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


#d5abca Background Color

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

This div background color is #d5abca


#d5abca Border Color

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

This div border color is #d5abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abca


Comments

No comments written yet.

Please login to write comment.