Color Hex Logo

#da5afa Color Hex

#DA5AFA
(218,90,250)
0 Favorites   0 Comments

Color spaces of #da5afa

RGB 21890250
HSL0.800.940.67
HSV288°64°98°
CMYK 0.130.640.00   0.02
XYZ49.824929.119993.4371
Yxy29.11990.28900.1689
Hunter Lab53.962970.3773-64.8871
CIE-Lab60.887371.7448-57.4923

#da5afa color RGB value is (218,90,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 11111010
Octal 332 132 372
Decimal 218 90 250
Hex DA 5A FA

RGB Percentages of Color #da5afa

%39.07
%16.13
%44.80

CMYK Percentages of Color #da5afa

%13
%64
%0
%2

Triadic Colors of #da5afa

#da5afa #fada5a #5afada

Analogous Colors of #da5afa

#da5afa #fa5aca #8a5afa

Monochromatic Colors of #da5afa

#da5afa

Complementary Color

#da5afa #7afa5a

#da5afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5afa Color CSS Codes

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

#da5afa Text Font Color

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

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


#da5afa Background Color

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

This div background color is #da5afa


#da5afa Border Color

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

This div border color is #da5afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5afa


Comments

No comments written yet.

Please login to write comment.