Color Hex Logo

#dca6fd Color Hex

#DCA6FD
(220,166,253)
0 Favorites   0 Comments

Color spaces of #dca6fd

RGB 220166253
HSL0.770.960.82
HSV277°34°99°
CMYK 0.130.340.00   0.01
XYZ60.881049.579999.2896
Yxy49.57990.29030.2364
Hunter Lab70.413031.1132-34.3159
CIE-Lab75.810735.2714-35.6504

#dca6fd color RGB value is (220,166,253).

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

The process color (four color CMYK) of #dca6fd color hex is 0.13, 0.34, 0.00, 0.01. Web safe color of #dca6fd is #cc99ff. Color #dca6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 11111101
Octal 334 246 375
Decimal 220 166 253
Hex DC A6 FD

RGB Percentages of Color #dca6fd

%34.43
%25.98
%39.59

CMYK Percentages of Color #dca6fd

%13
%34
%0
%1

Triadic Colors of #dca6fd

#dca6fd #fddca6 #a6fddc

Analogous Colors of #dca6fd

#dca6fd #fda6f3 #b1a6fd

Monochromatic Colors of #dca6fd

#dca6fd

Complementary Color

#dca6fd #c7fda6

#dca6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca6fd Color CSS Codes

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

#dca6fd Text Font Color

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

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


#dca6fd Background Color

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

This div background color is #dca6fd


#dca6fd Border Color

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

This div border color is #dca6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca6fd


Comments

No comments written yet.

Please login to write comment.