Color Hex Logo

#da5aaf Color Hex

#DA5AAF
(218,90,175)
0 Favorites   0 Comments

Color spaces of #da5aaf

RGB 21890175
HSL0.890.630.60
HSV320°59°85°
CMYK 0.000.590.20   0.15
XYZ40.307525.312943.3189
Yxy25.31290.37000.2324
Hunter Lab50.311954.9598-15.8307
CIE-Lab57.379059.3632-20.5810

#da5aaf color RGB value is (218,90,175).

#da5aaf hex color red value is 218, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da5aaf hue: 0.89 , saturation: 0.63 and the lightness value of da5aaf is 0.60.

The process color (four color CMYK) of #da5aaf color hex is 0.00, 0.59, 0.20, 0.15. Web safe color of #da5aaf is #cc6699. Color #da5aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 10101111
Octal 332 132 257
Decimal 218 90 175
Hex DA 5A AF

RGB Percentages of Color #da5aaf

%45.13
%18.63
%36.23

CMYK Percentages of Color #da5aaf

%0
%59
%20
%15

Triadic Colors of #da5aaf

#da5aaf #afda5a #5aafda

Analogous Colors of #da5aaf

#da5aaf #da5a6f #c55ada

Monochromatic Colors of #da5aaf

#da5aaf

Complementary Color

#da5aaf #5ada85

#da5aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5aaf Color CSS Codes

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

#da5aaf Text Font Color

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

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


#da5aaf Background Color

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

This div background color is #da5aaf


#da5aaf Border Color

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

This div border color is #da5aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5aaf


Comments

No comments written yet.

Please login to write comment.