Color Hex Logo

#dc9afd Color Hex

#DC9AFD
(220,154,253)
0 Favorites   0 Comments

Color spaces of #dc9afd

RGB 220154253
HSL0.780.960.80
HSV280°39°99°
CMYK 0.130.390.00   0.01
XYZ58.800445.418798.5961
Yxy45.41870.28990.2239
Hunter Lab67.393437.8019-39.5655
CIE-Lab73.166741.7008-39.7563

#dc9afd color RGB value is (220,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011010 11111101
Octal 334 232 375
Decimal 220 154 253
Hex DC 9A FD

RGB Percentages of Color #dc9afd

%35.09
%24.56
%40.35

CMYK Percentages of Color #dc9afd

%13
%39
%0
%1

Triadic Colors of #dc9afd

#dc9afd #fddc9a #9afddc

Analogous Colors of #dc9afd

#dc9afd #fd9aed #ab9afd

Monochromatic Colors of #dc9afd

#dc9afd

Complementary Color

#dc9afd #bbfd9a

#dc9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9afd Color CSS Codes

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

#dc9afd Text Font Color

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

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


#dc9afd Background Color

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

This div background color is #dc9afd


#dc9afd Border Color

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

This div border color is #dc9afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,154,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 #dc9afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9afd


Comments

No comments written yet.

Please login to write comment.