Color Hex Logo

#dca6f9 Color Hex

#DCA6F9
(220,166,249)
0 Favorites   0 Comments

Color spaces of #dca6f9

RGB 220166249
HSL0.780.870.81
HSV279°33°98°
CMYK 0.120.330.00   0.02
XYZ60.250349.327695.9682
Yxy49.32760.29310.2400
Hunter Lab70.233630.2184-31.8512
CIE-Lab75.654734.4503-33.7322

#dca6f9 color RGB value is (220,166,249).

#dca6f9 hex color red value is 220, green value is 166 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dca6f9 hue: 0.78 , saturation: 0.87 and the lightness value of dca6f9 is 0.81.

The process color (four color CMYK) of #dca6f9 color hex is 0.12, 0.33, 0.00, 0.02. Web safe color of #dca6f9 is #cc99ff. Color #dca6f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 11111001
Octal 334 246 371
Decimal 220 166 249
Hex DC A6 F9

RGB Percentages of Color #dca6f9

%34.65
%26.14
%39.21

CMYK Percentages of Color #dca6f9

%12
%33
%0
%2

Triadic Colors of #dca6f9

#dca6f9 #f9dca6 #a6f9dc

Analogous Colors of #dca6f9

#dca6f9 #f9a6ed #b3a6f9

Monochromatic Colors of #dca6f9

#dca6f9

Complementary Color

#dca6f9 #c3f9a6

#dca6f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca6f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca6f9 Color CSS Codes

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

#dca6f9 Text Font Color

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

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


#dca6f9 Background Color

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

This div background color is #dca6f9


#dca6f9 Border Color

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

This div border color is #dca6f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca6f9


Comments

No comments written yet.

Please login to write comment.