Color Hex Logo

#dcafca Color Hex

#DCAFCA
(220,175,202)
0 Favorites   0 Comments

Color spaces of #dcafca

RGB 220175202
HSL0.900.390.77
HSV324°20°86°
CMYK 0.000.200.08   0.14
XYZ55.505850.139962.6296
Yxy50.13990.32990.2980
Hunter Lab70.809516.0049-2.8741
CIE-Lab76.155120.7097-7.4417

#dcafca color RGB value is (220,175,202).

#dcafca hex color red value is 220, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dcafca hue: 0.90 , saturation: 0.39 and the lightness value of dcafca is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11001010
Octal 334 257 312
Decimal 220 175 202
Hex DC AF CA

RGB Percentages of Color #dcafca

%36.85
%29.31
%33.84

CMYK Percentages of Color #dcafca

%0
%20
%8
%14

Triadic Colors of #dcafca

#dcafca #cadcaf #afcadc

Analogous Colors of #dcafca

#dcafca #dcafb4 #d8afdc

Monochromatic Colors of #dcafca

#dcafca

Complementary Color

#dcafca #afdcc1

#dcafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafca Color CSS Codes

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

#dcafca Text Font Color

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

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


#dcafca Background Color

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

This div background color is #dcafca


#dcafca Border Color

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

This div border color is #dcafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafca


Comments

No comments written yet.

Please login to write comment.