Color Hex Logo

#da5df9 Color Hex

#DA5DF9
(218,93,249)
0 Favorites   0 Comments

Color spaces of #da5df9

RGB 21893249
HSL0.800.930.67
HSV288°63°98°
CMYK 0.120.630.00   0.02
XYZ49.926729.573792.6994
Yxy29.57370.28990.1717
Hunter Lab54.381768.7091-62.9989
CIE-Lab61.284670.3065-56.3058

#da5df9 color RGB value is (218,93,249).

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

The process color (four color CMYK) of #da5df9 color hex is 0.12, 0.63, 0.00, 0.02. Web safe color of #da5df9 is #cc66ff. Color #da5df9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011101 11111001
Octal 332 135 371
Decimal 218 93 249
Hex DA 5D F9

RGB Percentages of Color #da5df9

%38.93
%16.61
%44.46

CMYK Percentages of Color #da5df9

%12
%63
%0
%2

Triadic Colors of #da5df9

#da5df9 #f9da5d #5df9da

Analogous Colors of #da5df9

#da5df9 #f95dca #8c5df9

Monochromatic Colors of #da5df9

#da5df9

Complementary Color

#da5df9 #7cf95d

#da5df9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5df9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5df9 Color CSS Codes

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

#da5df9 Text Font Color

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

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


#da5df9 Background Color

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

This div background color is #da5df9


#da5df9 Border Color

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

This div border color is #da5df9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5df9

Related Colors


Comments

No comments written yet.

Please login to write comment.