Color Hex Logo

#d0aafa Color Hex

#D0AAFA
(208,170,250)
0 Favorites   0 Comments

Color spaces of #d0aafa

RGB 208170250
HSL0.750.890.82
HSV269°32°98°
CMYK 0.170.320.00   0.02
XYZ57.642549.061596.8742
Yxy49.06150.28310.2410
Hunter Lab70.043924.3194-32.9703
CIE-Lab75.489628.8735-34.6184

#d0aafa color RGB value is (208,170,250).

#d0aafa hex color red value is 208, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0aafa hue: 0.75 , saturation: 0.89 and the lightness value of d0aafa is 0.82.

The process color (four color CMYK) of #d0aafa color hex is 0.17, 0.32, 0.00, 0.02. Web safe color of #d0aafa is #cc99ff. Color #d0aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11111010
Octal 320 252 372
Decimal 208 170 250
Hex D0 AA FA

RGB Percentages of Color #d0aafa

%33.12
%27.07
%39.81

CMYK Percentages of Color #d0aafa

%17
%32
%0
%2

Triadic Colors of #d0aafa

#d0aafa #fad0aa #aafad0

Analogous Colors of #d0aafa

#d0aafa #f8aafa #aaacfa

Monochromatic Colors of #d0aafa

#d0aafa

Complementary Color

#d0aafa #d4faaa

#d0aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aafa Color CSS Codes

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

#d0aafa Text Font Color

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

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


#d0aafa Background Color

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

This div background color is #d0aafa


#d0aafa Border Color

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

This div border color is #d0aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aafa


Comments

No comments written yet.

Please login to write comment.