Color Hex Logo

#dcafd9 Color Hex

#DCAFD9
(220,175,217)
0 Favorites   0 Comments

Color spaces of #dcafd9

RGB 220175217
HSL0.840.390.77
HSV304°20°86°
CMYK 0.000.200.01   0.14
XYZ57.369650.885372.4438
Yxy50.88530.31750.2816
Hunter Lab71.333918.7225-10.2787
CIE-Lab76.609523.3774-14.9283

#dcafd9 color RGB value is (220,175,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11011001
Octal 334 257 331
Decimal 220 175 217
Hex DC AF D9

RGB Percentages of Color #dcafd9

%35.95
%28.59
%35.46

CMYK Percentages of Color #dcafd9

%0
%20
%1
%14

Triadic Colors of #dcafd9

#dcafd9 #d9dcaf #afd9dc

Analogous Colors of #dcafd9

#dcafd9 #dcafc3 #c9afdc

Monochromatic Colors of #dcafd9

#dcafd9

Complementary Color

#dcafd9 #afdcb2

#dcafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafd9 Color CSS Codes

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

#dcafd9 Text Font Color

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

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


#dcafd9 Background Color

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

This div background color is #dcafd9


#dcafd9 Border Color

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

This div border color is #dcafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafd9


Comments

No comments written yet.

Please login to write comment.