Color Hex Logo

#dca7cd Color Hex

#DCA7CD
(220,167,205)
0 Favorites   0 Comments

Color spaces of #dca7cd

RGB 220167205
HSL0.880.430.76
HSV317°24°86°
CMYK 0.000.240.07   0.14
XYZ54.353447.260964.0151
Yxy47.26090.32820.2853
Hunter Lab68.746620.8218-7.0868
CIE-Lab74.356325.5502-11.7605

#dca7cd color RGB value is (220,167,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 11001101
Octal 334 247 315
Decimal 220 167 205
Hex DC A7 CD

RGB Percentages of Color #dca7cd

%37.16
%28.21
%34.63

CMYK Percentages of Color #dca7cd

%0
%24
%7
%14

Triadic Colors of #dca7cd

#dca7cd #cddca7 #a7cddc

Analogous Colors of #dca7cd

#dca7cd #dca7b3 #d1a7dc

Monochromatic Colors of #dca7cd

#dca7cd

Complementary Color

#dca7cd #a7dcb6

#dca7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7cd Color CSS Codes

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

#dca7cd Text Font Color

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

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


#dca7cd Background Color

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

This div background color is #dca7cd


#dca7cd Border Color

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

This div border color is #dca7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7cd


Comments

No comments written yet.

Please login to write comment.