Color Hex Logo

#dc8bdc Color Hex

#DC8BDC
(220,139,220)
0 Favorites   0 Comments

Color spaces of #dc8bdc

RGB 220139220
HSL0.830.540.70
HSV300°37°86°
CMYK 0.000.370.00   0.14
XYZ51.666138.848272.4855
Yxy38.84820.31700.2383
Hunter Lab62.328338.8902-25.3222
CIE-Lab68.641243.2290-28.7002

#dc8bdc color RGB value is (220,139,220).

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

The process color (four color CMYK) of #dc8bdc color hex is 0.00, 0.37, 0.00, 0.14. Web safe color of #dc8bdc is #cc99cc. Color #dc8bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 11011100
Octal 334 213 334
Decimal 220 139 220
Hex DC 8B DC

RGB Percentages of Color #dc8bdc

%38.00
%24.01
%38.00

CMYK Percentages of Color #dc8bdc

%0
%37
%0
%14

Triadic Colors of #dc8bdc

#dc8bdc #dcdc8b #8bdcdc

Analogous Colors of #dc8bdc

#dc8bdc #dc8bb4 #b48bdc

Monochromatic Colors of #dc8bdc

#dc8bdc

Complementary Color

#dc8bdc #8bdc8b

#dc8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8bdc Color CSS Codes

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

#dc8bdc Text Font Color

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

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


#dc8bdc Background Color

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

This div background color is #dc8bdc


#dc8bdc Border Color

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

This div border color is #dc8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8bdc


Comments

No comments written yet.

Please login to write comment.