Color Hex Logo

#d09acd Color Hex

#D09ACD
(208,154,205)
0 Favorites   0 Comments

Color spaces of #d09acd

RGB 208154205
HSL0.840.360.71
HSV303°26°82°
CMYK 0.000.260.01   0.18
XYZ48.587540.928963.0968
Yxy40.92890.31840.2682
Hunter Lab63.975723.6076-13.6925
CIE-Lab70.126128.5570-18.2490

#d09acd color RGB value is (208,154,205).

#d09acd hex color red value is 208, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d09acd hue: 0.84 , saturation: 0.36 and the lightness value of d09acd is 0.71.

The process color (four color CMYK) of #d09acd color hex is 0.00, 0.26, 0.01, 0.18. Web safe color of #d09acd is #cc99cc. Color #d09acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11001101
Octal 320 232 315
Decimal 208 154 205
Hex D0 9A CD

RGB Percentages of Color #d09acd

%36.68
%27.16
%36.16

CMYK Percentages of Color #d09acd

%0
%26
%1
%18

Triadic Colors of #d09acd

#d09acd #cdd09a #9acdd0

Analogous Colors of #d09acd

#d09acd #d09ab2 #b89ad0

Monochromatic Colors of #d09acd

#d09acd

Complementary Color

#d09acd #9ad09d

#d09acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09acd Color CSS Codes

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

#d09acd Text Font Color

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

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


#d09acd Background Color

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

This div background color is #d09acd


#d09acd Border Color

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

This div border color is #d09acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09acd


Comments

No comments written yet.

Please login to write comment.