Color Hex Logo

#dca8df Color Hex

#DCA8DF
(220,168,223)
0 Favorites   0 Comments

Color spaces of #dca8df

RGB 220168223
HSL0.820.460.77
HSV297°25°87°
CMYK 0.010.250.00   0.13
XYZ56.837148.548676.1872
Yxy48.54860.31300.2674
Hunter Lab69.676823.6724-16.0561
CIE-Lab75.169628.2722-20.3678

#dca8df color RGB value is (220,168,223).

#dca8df hex color red value is 220, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dca8df hue: 0.82 , saturation: 0.46 and the lightness value of dca8df is 0.77.

The process color (four color CMYK) of #dca8df color hex is 0.01, 0.25, 0.00, 0.13. Web safe color of #dca8df is #cc99cc. Color #dca8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 11011111
Octal 334 250 337
Decimal 220 168 223
Hex DC A8 DF

RGB Percentages of Color #dca8df

%36.01
%27.50
%36.50

CMYK Percentages of Color #dca8df

%1
%25
%0
%13

Triadic Colors of #dca8df

#dca8df #dfdca8 #a8dfdc

Analogous Colors of #dca8df

#dca8df #dfa8c7 #c1a8df

Monochromatic Colors of #dca8df

#dca8df

Complementary Color

#dca8df #abdfa8

#dca8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca8df Color CSS Codes

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

#dca8df Text Font Color

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

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


#dca8df Background Color

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

This div background color is #dca8df


#dca8df Border Color

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

This div border color is #dca8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca8df

#dca8df Color Palettes


Comments

No comments written yet.

Please login to write comment.