Color Hex Logo

#dca7dc Color Hex

#DCA7DC
(220,167,220)
0 Favorites   0 Comments

Color spaces of #dca7dc

RGB 220167220
HSL0.830.430.76
HSV300°24°86°
CMYK 0.000.240.00   0.14
XYZ56.252248.020474.0142
Yxy48.02040.31550.2693
Hunter Lab69.296823.6295-14.8185
CIE-Lab74.837828.2526-19.2355

#dca7dc color RGB value is (220,167,220).

#dca7dc hex color red value is 220, green value is 167 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dca7dc hue: 0.83 , saturation: 0.43 and the lightness value of dca7dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 11011100
Octal 334 247 334
Decimal 220 167 220
Hex DC A7 DC

RGB Percentages of Color #dca7dc

%36.24
%27.51
%36.24

CMYK Percentages of Color #dca7dc

%0
%24
%0
%14

Triadic Colors of #dca7dc

#dca7dc #dcdca7 #a7dcdc

Analogous Colors of #dca7dc

#dca7dc #dca7c2 #c2a7dc

Monochromatic Colors of #dca7dc

#dca7dc

Complementary Color

#dca7dc #a7dca7

#dca7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7dc Color CSS Codes

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

#dca7dc Text Font Color

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

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


#dca7dc Background Color

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

This div background color is #dca7dc


#dca7dc Border Color

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

This div border color is #dca7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7dc


Comments

No comments written yet.

Please login to write comment.