Color Hex Logo

#dc8acc Color Hex

#DC8ACC
(220,138,204)
0 Favorites   0 Comments

Color spaces of #dc8acc

RGB 220138204
HSL0.870.540.70
HSV312°37°86°
CMYK 0.000.370.07   0.14
XYZ49.502837.752261.8046
Yxy37.75220.33210.2533
Hunter Lab61.442836.2876-16.6291
CIE-Lab67.837640.9161-21.0486

#dc8acc color RGB value is (220,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001010 11001100
Octal 334 212 314
Decimal 220 138 204
Hex DC 8A CC

RGB Percentages of Color #dc8acc

%39.15
%24.56
%36.30

CMYK Percentages of Color #dc8acc

%0
%37
%7
%14

Triadic Colors of #dc8acc

#dc8acc #ccdc8a #8accdc

Analogous Colors of #dc8acc

#dc8acc #dc8aa3 #c38adc

Monochromatic Colors of #dc8acc

#dc8acc

Complementary Color

#dc8acc #8adc9a

#dc8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8acc Color CSS Codes

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

#dc8acc Text Font Color

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

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


#dc8acc Background Color

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

This div background color is #dc8acc


#dc8acc Border Color

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

This div border color is #dc8acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8acc


Comments

No comments written yet.

Please login to write comment.