Color Hex Logo

#da5add Color Hex

#DA5ADD
(218,90,221)
0 Favorites   0 Comments

Color spaces of #da5add

RGB 21890221
HSL0.830.660.61
HSV299°59°87°
CMYK 0.010.590.00   0.13
XYZ45.620827.438271.2982
Yxy27.43820.31600.1901
Hunter Lab52.381563.7941-44.0346
CIE-Lab59.377866.5776-43.7129

#da5add color RGB value is (218,90,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 11011101
Octal 332 132 335
Decimal 218 90 221
Hex DA 5A DD

RGB Percentages of Color #da5add

%41.21
%17.01
%41.78

CMYK Percentages of Color #da5add

%1
%59
%0
%13

Triadic Colors of #da5add

#da5add #ddda5a #5addda

Analogous Colors of #da5add

#da5add #dd5a9f #995add

Monochromatic Colors of #da5add

#da5add

Complementary Color

#da5add #5ddd5a

#da5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5add Color CSS Codes

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

#da5add Text Font Color

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

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


#da5add Background Color

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

This div background color is #da5add


#da5add Border Color

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

This div border color is #da5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5add


Comments

No comments written yet.

Please login to write comment.