Color Hex Logo

#d7aaca Color Hex

#D7AACA
(215,170,202)
0 Favorites   0 Comments

Color spaces of #d7aaca

RGB 215170202
HSL0.880.360.75
HSV317°21°84°
CMYK 0.000.210.06   0.16
XYZ53.059747.460862.2414
Yxy47.46080.32600.2916
Hunter Lab68.891816.9181-5.3422
CIE-Lab74.483621.6827-9.9792

#d7aaca color RGB value is (215,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 11001010
Octal 327 252 312
Decimal 215 170 202
Hex D7 AA CA

RGB Percentages of Color #d7aaca

%36.63
%28.96
%34.41

CMYK Percentages of Color #d7aaca

%0
%21
%6
%16

Triadic Colors of #d7aaca

#d7aaca #cad7aa #aacad7

Analogous Colors of #d7aaca

#d7aaca #d7aab4 #ceaad7

Monochromatic Colors of #d7aaca

#d7aaca

Complementary Color

#d7aaca #aad7b7

#d7aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aaca Color CSS Codes

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

#d7aaca Text Font Color

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

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


#d7aaca Background Color

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

This div background color is #d7aaca


#d7aaca Border Color

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

This div border color is #d7aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aaca


Comments

No comments written yet.

Please login to write comment.