Color Hex Logo

#d7aabf Color Hex

#D7AABF
(215,170,191)
0 Favorites   0 Comments

Color spaces of #d7aabf

RGB 215170191
HSL0.920.360.75
HSV332°21°84°
CMYK 0.000.210.11   0.16
XYZ51.803046.958155.6237
Yxy46.95810.33550.3042
Hunter Lab68.526015.0187-0.1585
CIE-Lab74.163019.7883-4.4275

#d7aabf color RGB value is (215,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 10111111
Octal 327 252 277
Decimal 215 170 191
Hex D7 AA BF

RGB Percentages of Color #d7aabf

%37.33
%29.51
%33.16

CMYK Percentages of Color #d7aabf

%0
%21
%11
%16

Triadic Colors of #d7aabf

#d7aabf #bfd7aa #aabfd7

Analogous Colors of #d7aabf

#d7aabf #d7acaa #d7aad6

Monochromatic Colors of #d7aabf

#d7aabf

Complementary Color

#d7aabf #aad7c2

#d7aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aabf Color CSS Codes

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

#d7aabf Text Font Color

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

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


#d7aabf Background Color

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

This div background color is #d7aabf


#d7aabf Border Color

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

This div border color is #d7aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aabf


Comments

No comments written yet.

Please login to write comment.