color codes Logo

#dca6da color codes

#DCA6DA
(220,166,218)
0 Favorites   0 Comments

Color spaces of #dca6da

RGB 220166218
HSL0.840.440.76
HSV302°25°86°
CMYK 0.000.250.01   0.14
XYZ55.806347.550072.5664
Yxy47.55000.31720.2703
Hunter Lab68.956523.7856-14.1243
CIE-Lab74.540228.4231-18.5944

#dca6da color RGB value is (220,166,218).

#dca6da hex color red value is 220, green value is 166 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dca6da hue: 0.84 , saturation: 0.44 and the lightness value of dca6da is 0.76.

The process color (four color CMYK) of #dca6da color code is 0.00, 0.25, 0.01, 0.14. Web safe color of #dca6da is #cc99cc. Color #dca6da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 11011010
Octal 334 246 332
Decimal 220 166 218
Hex DC A6 DA

RGB Percentages of Color #dca6da

%36.42
%27.48
%36.09

CMYK Percentages of Color #dca6da

%0
%25
%1
%14

Triadic Colors of #dca6da

#dca6da #dadca6 #a6dadc

Analogous Colors of #dca6da

#dca6da #dca6bf #c3a6dc

Monochromatic Colors of #dca6da

#dca6da

Complementary Color

#dca6da #a6dca8

#dca6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca6da Color CSS Codes

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

#dca6da Text Font Color

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

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


#dca6da Background Color

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

This div background color is #dca6da


#dca6da Border Color

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

This div border color is #dca6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca6da


Comments

No comments written yet.

Please login to write comment.