Color Hex Logo

#d0afda Color Hex

#D0AFDA
(208,175,218)
0 Favorites   0 Comments

Color spaces of #d0afda

RGB 208175218
HSL0.790.370.77
HSV286°20°85°
CMYK 0.050.200.00   0.15
XYZ53.997349.131872.9671
Yxy49.13180.30660.2790
Hunter Lab70.094114.8437-12.6543
CIE-Lab75.533219.5690-17.2032

#d0afda color RGB value is (208,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101111 11011010
Octal 320 257 332
Decimal 208 175 218
Hex D0 AF DA

RGB Percentages of Color #d0afda

%34.61
%29.12
%36.27

CMYK Percentages of Color #d0afda

%5
%20
%0
%15

Triadic Colors of #d0afda

#d0afda #dad0af #afdad0

Analogous Colors of #d0afda

#d0afda #daafcf #bbafda

Monochromatic Colors of #d0afda

#d0afda

Complementary Color

#d0afda #b9daaf

#d0afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0afda Color CSS Codes

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

#d0afda Text Font Color

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

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


#d0afda Background Color

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

This div background color is #d0afda


#d0afda Border Color

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

This div border color is #d0afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0afda


Comments

No comments written yet.

Please login to write comment.