Color Hex Logo

#dc8bdd Color Hex

#DC8BDD
(220,139,221)
0 Favorites   0 Comments

Color spaces of #dc8bdd

RGB 220139221
HSL0.830.550.71
HSV299°37°87°
CMYK 0.000.370.00   0.13
XYZ51.799038.901373.1852
Yxy38.90130.31610.2374
Hunter Lab62.370939.0951-25.9105
CIE-Lab68.679743.4125-29.1939

#dc8bdd color RGB value is (220,139,221).

#dc8bdd hex color red value is 220, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dc8bdd hue: 0.83 , saturation: 0.55 and the lightness value of dc8bdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 11011101
Octal 334 213 335
Decimal 220 139 221
Hex DC 8B DD

RGB Percentages of Color #dc8bdd

%37.93
%23.97
%38.10

CMYK Percentages of Color #dc8bdd

%0
%37
%0
%13

Triadic Colors of #dc8bdd

#dc8bdd #dddc8b #8bdddc

Analogous Colors of #dc8bdd

#dc8bdd #dd8bb5 #b38bdd

Monochromatic Colors of #dc8bdd

#dc8bdd

Complementary Color

#dc8bdd #8cdd8b

#dc8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8bdd Color CSS Codes

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

#dc8bdd Text Font Color

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

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


#dc8bdd Background Color

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

This div background color is #dc8bdd


#dc8bdd Border Color

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

This div border color is #dc8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8bdd


Comments

No comments written yet.

Please login to write comment.