Color Hex Logo

#d7aadf Color Hex

#D7AADF
(215,170,223)
0 Favorites   0 Comments

Color spaces of #d7aadf

RGB 215170223
HSL0.810.450.77
HSV291°24°87°
CMYK 0.040.240.00   0.13
XYZ55.718348.524276.2415
Yxy48.52420.30870.2689
Hunter Lab69.659320.8728-16.1309
CIE-Lab75.154425.5557-20.4363

#d7aadf color RGB value is (215,170,223).

#d7aadf hex color red value is 215, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d7aadf hue: 0.81 , saturation: 0.45 and the lightness value of d7aadf is 0.77.

The process color (four color CMYK) of #d7aadf color hex is 0.04, 0.24, 0.00, 0.13. Web safe color of #d7aadf is #cc99cc. Color #d7aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 11011111
Octal 327 252 337
Decimal 215 170 223
Hex D7 AA DF

RGB Percentages of Color #d7aadf

%35.36
%27.96
%36.68

CMYK Percentages of Color #d7aadf

%4
%24
%0
%13

Triadic Colors of #d7aadf

#d7aadf #dfd7aa #aadfd7

Analogous Colors of #d7aadf

#d7aadf #dfaacd #bdaadf

Monochromatic Colors of #d7aadf

#d7aadf

Complementary Color

#d7aadf #b2dfaa

#d7aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aadf Color CSS Codes

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

#d7aadf Text Font Color

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

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


#d7aadf Background Color

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

This div background color is #d7aadf


#d7aadf Border Color

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

This div border color is #d7aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aadf


Comments

No comments written yet.

Please login to write comment.