Color Hex Logo

#da5aed Color Hex

#DA5AED
(218,90,237)
0 Favorites   0 Comments

Color spaces of #da5aed

RGB 21890237
HSL0.810.800.64
HSV292°62°93°
CMYK 0.080.620.00   0.07
XYZ47.855728.332283.0671
Yxy28.33220.30050.1779
Hunter Lab53.228067.3350-55.2678
CIE-Lab60.187769.3776-51.3901

#da5aed color RGB value is (218,90,237).

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

The process color (four color CMYK) of #da5aed color hex is 0.08, 0.62, 0.00, 0.07. Web safe color of #da5aed is #cc66ff. Color #da5aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011010 11101101
Octal 332 132 355
Decimal 218 90 237
Hex DA 5A ED

RGB Percentages of Color #da5aed

%40.00
%16.51
%43.49

CMYK Percentages of Color #da5aed

%8
%62
%0
%7

Triadic Colors of #da5aed

#da5aed #edda5a #5aedda

Analogous Colors of #da5aed

#da5aed #ed5ab7 #915aed

Monochromatic Colors of #da5aed

#da5aed

Complementary Color

#da5aed #6ded5a

#da5aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5aed Color CSS Codes

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

#da5aed Text Font Color

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

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


#da5aed Background Color

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

This div background color is #da5aed


#da5aed Border Color

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

This div border color is #da5aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5aed


Comments

No comments written yet.

Please login to write comment.