Color Hex Logo

#d08acd Color Hex

#D08ACD
(208,138,205)
0 Favorites   0 Comments

Color spaces of #d08acd

RGB 208138205
HSL0.840.430.68
HSV303°34°82°
CMYK 0.000.340.01   0.18
XYZ46.120335.994662.2745
Yxy35.99460.31940.2493
Hunter Lab59.995532.2261-19.5454
CIE-Lab66.515837.2338-23.7461

#d08acd color RGB value is (208,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 11001101
Octal 320 212 315
Decimal 208 138 205
Hex D0 8A CD

RGB Percentages of Color #d08acd

%37.75
%25.05
%37.21

CMYK Percentages of Color #d08acd

%0
%34
%1
%18

Triadic Colors of #d08acd

#d08acd #cdd08a #8acdd0

Analogous Colors of #d08acd

#d08acd #d08aaa #b08ad0

Monochromatic Colors of #d08acd

#d08acd

Complementary Color

#d08acd #8ad08d

#d08acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08acd Color CSS Codes

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

#d08acd Text Font Color

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

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


#d08acd Background Color

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

This div background color is #d08acd


#d08acd Border Color

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

This div border color is #d08acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08acd

#d08acd Color Palettes


Comments

No comments written yet.

Please login to write comment.