Color Hex Logo

#d5abbf Color Hex

#D5ABBF
(213,171,191)
0 Favorites   0 Comments

Color spaces of #d5abbf

RGB 213171191
HSL0.920.330.75
HSV331°20°84°
CMYK 0.000.200.10   0.16
XYZ51.407547.033555.6591
Yxy47.03350.33360.3052
Hunter Lab68.581013.7848-0.1120
CIE-Lab74.211218.5383-4.3783

#d5abbf color RGB value is (213,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 10111111
Octal 325 253 277
Decimal 213 171 191
Hex D5 AB BF

RGB Percentages of Color #d5abbf

%37.04
%29.74
%33.22

CMYK Percentages of Color #d5abbf

%0
%20
%10
%16

Triadic Colors of #d5abbf

#d5abbf #bfd5ab #abbfd5

Analogous Colors of #d5abbf

#d5abbf #d5acab #d5abd4

Monochromatic Colors of #d5abbf

#d5abbf

Complementary Color

#d5abbf #abd5c1

#d5abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abbf Color CSS Codes

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

#d5abbf Text Font Color

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

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


#d5abbf Background Color

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

This div background color is #d5abbf


#d5abbf Border Color

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

This div border color is #d5abbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,171,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abbf


Comments

No comments written yet.

Please login to write comment.