Color Hex Logo

#dc8bde Color Hex

#DC8BDE
(220,139,222)
0 Favorites   0 Comments

Color spaces of #dc8bde

RGB 220139222
HSL0.830.560.71
HSV299°37°87°
CMYK 0.010.370.00   0.13
XYZ51.932638.954873.8891
Yxy38.95480.31520.2364
Hunter Lab62.413839.3003-26.5013
CIE-Lab68.718543.5960-29.6869

#dc8bde color RGB value is (220,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001011 11011110
Octal 334 213 336
Decimal 220 139 222
Hex DC 8B DE

RGB Percentages of Color #dc8bde

%37.87
%23.92
%38.21

CMYK Percentages of Color #dc8bde

%1
%37
%0
%13

Triadic Colors of #dc8bde

#dc8bde #dedc8b #8bdedc

Analogous Colors of #dc8bde

#dc8bde #de8bb7 #b38bde

Monochromatic Colors of #dc8bde

#dc8bde

Complementary Color

#dc8bde #8dde8b

#dc8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8bde Color CSS Codes

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

#dc8bde Text Font Color

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

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


#dc8bde Background Color

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

This div background color is #dc8bde


#dc8bde Border Color

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

This div border color is #dc8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8bde


Comments

No comments written yet.

Please login to write comment.