Color Hex Logo

#d0afdb Color Hex

#D0AFDB
(208,175,219)
0 Favorites   0 Comments

Color spaces of #d0afdb

RGB 208175219
HSL0.790.380.77
HSV285°20°86°
CMYK 0.050.200.00   0.14
XYZ54.128649.184373.6585
Yxy49.18430.30590.2779
Hunter Lab70.131515.0389-13.1797
CIE-Lab75.565819.7639-17.6981

#d0afdb color RGB value is (208,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 11011011
Octal 320 257 333
Decimal 208 175 219
Hex D0 AF DB

RGB Percentages of Color #d0afdb

%34.55
%29.07
%36.38

CMYK Percentages of Color #d0afdb

%5
%20
%0
%14

Triadic Colors of #d0afdb

#d0afdb #dbd0af #afdbd0

Analogous Colors of #d0afdb

#d0afdb #dbafd0 #baafdb

Monochromatic Colors of #d0afdb

#d0afdb

Complementary Color

#d0afdb #badbaf

#d0afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afdb Color CSS Codes

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

#d0afdb Text Font Color

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

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


#d0afdb Background Color

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

This div background color is #d0afdb


#d0afdb Border Color

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

This div border color is #d0afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afdb


Comments

No comments written yet.

Please login to write comment.