Color Hex Logo

#d7aabd Color Hex

#D7AABD
(215,170,189)
0 Favorites   0 Comments

Color spaces of #d7aabd

RGB 215170189
HSL0.930.360.75
HSV335°21°84°
CMYK 0.000.210.12   0.16
XYZ51.584446.870654.4723
Yxy46.87060.33730.3065
Hunter Lab68.462114.68640.7490
CIE-Lab74.106919.4545-3.4133

#d7aabd color RGB value is (215,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 10111101
Octal 327 252 275
Decimal 215 170 189
Hex D7 AA BD

RGB Percentages of Color #d7aabd

%37.46
%29.62
%32.93

CMYK Percentages of Color #d7aabd

%0
%21
%12
%16

Triadic Colors of #d7aabd

#d7aabd #bdd7aa #aabdd7

Analogous Colors of #d7aabd

#d7aabd #d7aeaa #d7aad4

Monochromatic Colors of #d7aabd

#d7aabd

Complementary Color

#d7aabd #aad7c4

#d7aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aabd Color CSS Codes

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

#d7aabd Text Font Color

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

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


#d7aabd Background Color

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

This div background color is #d7aabd


#d7aabd Border Color

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

This div border color is #d7aabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,170,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aabd

#d7aabd Color Palettes


Comments

No comments written yet.

Please login to write comment.