Color Hex Logo

#dc5add Color Hex

#DC5ADD
(220,90,221)
0 Favorites   0 Comments

Color spaces of #dc5add

RGB 22090221
HSL0.830.660.61
HSV300°59°87°
CMYK 0.000.590.00   0.13
XYZ46.222527.748471.3264
Yxy27.74840.31810.1910
Hunter Lab52.676864.4449-43.4073
CIE-Lab59.660767.0714-43.2479

#dc5add color RGB value is (220,90,221).

#dc5add hex color red value is 220, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dc5add hue: 0.83 , saturation: 0.66 and the lightness value of dc5add is 0.61.

The process color (four color CMYK) of #dc5add color hex is 0.00, 0.59, 0.00, 0.13. Web safe color of #dc5add is #cc66cc. Color #dc5add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011010 11011101
Octal 334 132 335
Decimal 220 90 221
Hex DC 5A DD

RGB Percentages of Color #dc5add

%41.43
%16.95
%41.62

CMYK Percentages of Color #dc5add

%0
%59
%0
%13

Triadic Colors of #dc5add

#dc5add #dddc5a #5adddc

Analogous Colors of #dc5add

#dc5add #dd5a9d #9b5add

Monochromatic Colors of #dc5add

#dc5add

Complementary Color

#dc5add #5bdd5a

#dc5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5add Color CSS Codes

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

#dc5add Text Font Color

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

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


#dc5add Background Color

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

This div background color is #dc5add


#dc5add Border Color

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

This div border color is #dc5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5add

#dc5add Color Palettes


Comments

No comments written yet.

Please login to write comment.