Color Hex Logo

#dc8ddf Color Hex

#DC8DDF
(220,141,223)
0 Favorites   0 Comments

Color spaces of #dc8ddf

RGB 220141223
HSL0.830.560.71
HSV298°37°87°
CMYK 0.010.370.00   0.13
XYZ52.359439.593174.6946
Yxy39.59310.31420.2376
Hunter Lab62.923038.4177-26.3358
CIE-Lab69.178742.7291-29.5297

#dc8ddf color RGB value is (220,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001101 11011111
Octal 334 215 337
Decimal 220 141 223
Hex DC 8D DF

RGB Percentages of Color #dc8ddf

%37.67
%24.14
%38.18

CMYK Percentages of Color #dc8ddf

%1
%37
%0
%13

Triadic Colors of #dc8ddf

#dc8ddf #dfdc8d #8ddfdc

Analogous Colors of #dc8ddf

#dc8ddf #df8db9 #b38ddf

Monochromatic Colors of #dc8ddf

#dc8ddf

Complementary Color

#dc8ddf #90df8d

#dc8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8ddf Color CSS Codes

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

#dc8ddf Text Font Color

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

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


#dc8ddf Background Color

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

This div background color is #dc8ddf


#dc8ddf Border Color

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

This div border color is #dc8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8ddf


Comments

No comments written yet.

Please login to write comment.