color codes Logo

#d6aadf color codes

#D6AADF
(214,170,223)
0 Favorites   0 Comments

Color spaces of #d6aadf

RGB 214170223
HSL0.810.450.77
HSV290°24°87°
CMYK 0.040.240.00   0.13
XYZ55.425648.373376.2278
Yxy48.37330.30790.2687
Hunter Lab69.550920.5338-16.2962
CIE-Lab75.059825.2294-20.5887

#d6aadf color RGB value is (214,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101010 11011111
Octal 326 252 337
Decimal 214 170 223
Hex D6 AA DF

RGB Percentages of Color #d6aadf

%35.26
%28.01
%36.74

CMYK Percentages of Color #d6aadf

%4
%24
%0
%13

Triadic Colors of #d6aadf

#d6aadf #dfd6aa #aadfd6

Analogous Colors of #d6aadf

#d6aadf #dfaace #bcaadf

Monochromatic Colors of #d6aadf

#d6aadf

Complementary Color

#d6aadf #b3dfaa

#d6aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aadf Color CSS Codes

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

#d6aadf Text Font Color

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

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


#d6aadf Background Color

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

This div background color is #d6aadf


#d6aadf Border Color

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

This div border color is #d6aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aadf


Comments

No comments written yet.

Please login to write comment.