Color Hex Logo

#d7aaaa Color Hex

#D7AAAA
(215,170,170)
0 Favorites   0 Comments

Color spaces of #d7aaaa

RGB 215170170
HSL0.000.360.75
HSV21°84°
CMYK 0.000.210.21   0.16
XYZ49.654846.098844.3111
Yxy46.09880.35450.3291
Hunter Lab67.896111.72518.8328
CIE-Lab73.609616.44806.2882

#d7aaaa color RGB value is (215,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 10101010
Octal 327 252 252
Decimal 215 170 170
Hex D7 AA AA

RGB Percentages of Color #d7aaaa

%38.74
%30.63
%30.63

CMYK Percentages of Color #d7aaaa

%0
%21
%21
%16

Triadic Colors of #d7aaaa

#d7aaaa #aad7aa #aaaad7

Analogous Colors of #d7aaaa

#d7aaaa #d7c1aa #d7aac1

Monochromatic Colors of #d7aaaa

#d7aaaa

Complementary Color

#d7aaaa #aad7d7

#d7aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aaaa Color CSS Codes

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

#d7aaaa Text Font Color

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

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


#d7aaaa Background Color

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

This div background color is #d7aaaa


#d7aaaa Border Color

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

This div border color is #d7aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aaaa

#d7aaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.