Color Hex Logo

#dc5afd Color Hex

#DC5AFD
(220,90,253)
0 Favorites   0 Comments

Color spaces of #dc5afd

RGB 22090253
HSL0.800.980.67
HSV288°64°99°
CMYK 0.130.640.00   0.01
XYZ50.901029.619895.9629
Yxy29.61980.28840.1678
Hunter Lab54.424171.7029-66.4459
CIE-Lab61.324872.7409-58.4354

#dc5afd color RGB value is (220,90,253).

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

The process color (four color CMYK) of #dc5afd color hex is 0.13, 0.64, 0.00, 0.01. Web safe color of #dc5afd is #cc66ff. Color #dc5afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 11111101
Octal 334 132 375
Decimal 220 90 253
Hex DC 5A FD

RGB Percentages of Color #dc5afd

%39.08
%15.99
%44.94

CMYK Percentages of Color #dc5afd

%13
%64
%0
%1

Triadic Colors of #dc5afd

#dc5afd #fddc5a #5afddc

Analogous Colors of #dc5afd

#dc5afd #fd5acd #8b5afd

Monochromatic Colors of #dc5afd

#dc5afd

Complementary Color

#dc5afd #7bfd5a

#dc5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5afd Color CSS Codes

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

#dc5afd Text Font Color

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

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


#dc5afd Background Color

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

This div background color is #dc5afd


#dc5afd Border Color

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

This div border color is #dc5afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5afd


Comments

No comments written yet.

Please login to write comment.