Color Hex Logo

#d0a0dd Color Hex

#D0A0DD
(208,160,221)
0 Favorites   0 Comments

Color spaces of #d0a0dd

RGB 208160221
HSL0.800.470.75
HSV287°28°87°
CMYK 0.060.280.00   0.13
XYZ51.634443.772074.1340
Yxy43.77200.30460.2582
Hunter Lab66.160423.5283-20.1233
CIE-Lab72.075828.3409-24.0923

#d0a0dd color RGB value is (208,160,221).

#d0a0dd hex color red value is 208, green value is 160 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d0a0dd hue: 0.80 , saturation: 0.47 and the lightness value of d0a0dd is 0.75.

The process color (four color CMYK) of #d0a0dd color hex is 0.06, 0.28, 0.00, 0.13. Web safe color of #d0a0dd is #cc99cc. Color #d0a0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100000 11011101
Octal 320 240 335
Decimal 208 160 221
Hex D0 A0 DD

RGB Percentages of Color #d0a0dd

%35.31
%27.16
%37.52

CMYK Percentages of Color #d0a0dd

%6
%28
%0
%13

Triadic Colors of #d0a0dd

#d0a0dd #ddd0a0 #a0ddd0

Analogous Colors of #d0a0dd

#d0a0dd #dda0cc #b2a0dd

Monochromatic Colors of #d0a0dd

#d0a0dd

Complementary Color

#d0a0dd #addda0

#d0a0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a0dd Color CSS Codes

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

#d0a0dd Text Font Color

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

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


#d0a0dd Background Color

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

This div background color is #d0a0dd


#d0a0dd Border Color

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

This div border color is #d0a0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a0dd

#d0a0dd Color Palettes


Comments

No comments written yet.

Please login to write comment.