Color Hex Logo

#d7abbf Color Hex

#D7ABBF
(215,171,191)
0 Favorites   0 Comments

Color spaces of #d7abbf

RGB 215171191
HSL0.920.350.76
HSV333°20°84°
CMYK 0.000.200.11   0.16
XYZ51.991247.334555.6864
Yxy47.33450.33540.3054
Hunter Lab68.800114.48970.1711
CIE-Lab74.403219.2467-4.0733

#d7abbf color RGB value is (215,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101011 10111111
Octal 327 253 277
Decimal 215 171 191
Hex D7 AB BF

RGB Percentages of Color #d7abbf

%37.26
%29.64
%33.10

CMYK Percentages of Color #d7abbf

%0
%20
%11
%16

Triadic Colors of #d7abbf

#d7abbf #bfd7ab #abbfd7

Analogous Colors of #d7abbf

#d7abbf #d7adab #d7abd5

Monochromatic Colors of #d7abbf

#d7abbf

Complementary Color

#d7abbf #abd7c3

#d7abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7abbf Color CSS Codes

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

#d7abbf Text Font Color

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

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


#d7abbf Background Color

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

This div background color is #d7abbf


#d7abbf Border Color

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

This div border color is #d7abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7abbf


Comments

No comments written yet.

Please login to write comment.