Color Hex Logo

#d8afdb Color Hex

#D8AFDB
(216,175,219)
0 Favorites   0 Comments

Color spaces of #d8afdb

RGB 216175219
HSL0.820.380.77
HSV296°20°86°
CMYK 0.010.200.00   0.14
XYZ56.435150.373373.7664
Yxy50.37330.31250.2790
Hunter Lab70.974217.7295-11.9407
CIE-Lab76.297822.4138-16.5218

#d8afdb color RGB value is (216,175,219).

#d8afdb hex color red value is 216, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d8afdb hue: 0.82 , saturation: 0.38 and the lightness value of d8afdb is 0.77.

The process color (four color CMYK) of #d8afdb color hex is 0.01, 0.20, 0.00, 0.14. Web safe color of #d8afdb is #cc99cc. Color #d8afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101111 11011011
Octal 330 257 333
Decimal 216 175 219
Hex D8 AF DB

RGB Percentages of Color #d8afdb

%35.41
%28.69
%35.90

CMYK Percentages of Color #d8afdb

%1
%20
%0
%14

Triadic Colors of #d8afdb

#d8afdb #dbd8af #afdbd8

Analogous Colors of #d8afdb

#d8afdb #dbafc8 #c2afdb

Monochromatic Colors of #d8afdb

#d8afdb

Complementary Color

#d8afdb #b2dbaf

#d8afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8afdb Color CSS Codes

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

#d8afdb Text Font Color

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

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


#d8afdb Background Color

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

This div background color is #d8afdb


#d8afdb Border Color

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

This div border color is #d8afdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,175,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8afdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8afdb;
  -webkit-box-shadow: 1px 1px 3px 2px #d8afdb;
  box-shadow:         1px 1px 3px 2px #d8afdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8afdb


Comments

No comments written yet.

Please login to write comment.