Color Hex Logo

#dcafdc Color Hex

#DCAFDC
(220,175,220)
0 Favorites   0 Comments

Color spaces of #dcafdc

RGB 220175220
HSL0.830.390.77
HSV300°20°86°
CMYK 0.000.200.00   0.14
XYZ57.763451.042974.5179
Yxy51.04290.31510.2784
Hunter Lab71.444319.2914-11.8297
CIE-Lab76.705023.9304-16.4142

#dcafdc color RGB value is (220,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11011100
Octal 334 257 334
Decimal 220 175 220
Hex DC AF DC

RGB Percentages of Color #dcafdc

%35.77
%28.46
%35.77

CMYK Percentages of Color #dcafdc

%0
%20
%0
%14

Triadic Colors of #dcafdc

#dcafdc #dcdcaf #afdcdc

Analogous Colors of #dcafdc

#dcafdc #dcafc6 #c6afdc

Monochromatic Colors of #dcafdc

#dcafdc

Complementary Color

#dcafdc #afdcaf

#dcafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafdc Color CSS Codes

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

#dcafdc Text Font Color

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

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


#dcafdc Background Color

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

This div background color is #dcafdc


#dcafdc Border Color

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

This div border color is #dcafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafdc


Comments

No comments written yet.

Please login to write comment.