Color Hex Logo

#dca7ca Color Hex

#DCA7CA
(220,167,202)
0 Favorites   0 Comments

Color spaces of #dca7ca

RGB 220167202
HSL0.890.430.76
HSV320°24°86°
CMYK 0.000.240.08   0.14
XYZ53.994647.117362.1258
Yxy47.11730.33080.2886
Hunter Lab68.642020.2865-5.6121
CIE-Lab74.264725.0298-10.2537

#dca7ca color RGB value is (220,167,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100111 11001010
Octal 334 247 312
Decimal 220 167 202
Hex DC A7 CA

RGB Percentages of Color #dca7ca

%37.35
%28.35
%34.30

CMYK Percentages of Color #dca7ca

%0
%24
%8
%14

Triadic Colors of #dca7ca

#dca7ca #cadca7 #a7cadc

Analogous Colors of #dca7ca

#dca7ca #dca7b0 #d4a7dc

Monochromatic Colors of #dca7ca

#dca7ca

Complementary Color

#dca7ca #a7dcb9

#dca7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca7ca Color CSS Codes

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

#dca7ca Text Font Color

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

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


#dca7ca Background Color

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

This div background color is #dca7ca


#dca7ca Border Color

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

This div border color is #dca7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca7ca


Comments

No comments written yet.

Please login to write comment.