Color Hex Logo

#dca6ef Color Hex

#DCA6EF
(220,166,239)
0 Favorites   0 Comments

Color spaces of #dca6ef

RGB 220166239
HSL0.790.700.79
HSV284°31°94°
CMYK 0.080.310.00   0.06
XYZ58.731448.720187.9698
Yxy48.72010.30050.2493
Hunter Lab69.799828.0450-25.8643
CIE-Lab75.276932.4388-28.9011

#dca6ef color RGB value is (220,166,239).

#dca6ef hex color red value is 220, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dca6ef hue: 0.79 , saturation: 0.70 and the lightness value of dca6ef is 0.79.

The process color (four color CMYK) of #dca6ef color hex is 0.08, 0.31, 0.00, 0.06. Web safe color of #dca6ef is #cc99ff. Color #dca6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 11101111
Octal 334 246 357
Decimal 220 166 239
Hex DC A6 EF

RGB Percentages of Color #dca6ef

%35.20
%26.56
%38.24

CMYK Percentages of Color #dca6ef

%8
%31
%0
%6

Triadic Colors of #dca6ef

#dca6ef #efdca6 #a6efdc

Analogous Colors of #dca6ef

#dca6ef #efa6de #b8a6ef

Monochromatic Colors of #dca6ef

#dca6ef

Complementary Color

#dca6ef #b9efa6

#dca6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca6ef Color CSS Codes

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

#dca6ef Text Font Color

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

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


#dca6ef Background Color

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

This div background color is #dca6ef


#dca6ef Border Color

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

This div border color is #dca6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca6ef


Comments

No comments written yet.

Please login to write comment.