Color Hex Logo

#da6aed Color Hex

#DA6AED
(218,106,237)
0 Favorites   0 Comments

Color spaces of #da6aed

RGB 218106237
HSL0.810.780.67
HSV291°55°93°
CMYK 0.080.550.00   0.07
XYZ49.353531.327983.5664
Yxy31.32790.30050.1907
Hunter Lab55.971359.4450-49.3413
CIE-Lab62.783562.2962-47.2800

#da6aed color RGB value is (218,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101010 11101101
Octal 332 152 355
Decimal 218 106 237
Hex DA 6A ED

RGB Percentages of Color #da6aed

%38.86
%18.89
%42.25

CMYK Percentages of Color #da6aed

%8
%55
%0
%7

Triadic Colors of #da6aed

#da6aed #edda6a #6aedda

Analogous Colors of #da6aed

#da6aed #ed6abf #996aed

Monochromatic Colors of #da6aed

#da6aed

Complementary Color

#da6aed #7ded6a

#da6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6aed Color CSS Codes

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

#da6aed Text Font Color

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

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


#da6aed Background Color

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

This div background color is #da6aed


#da6aed Border Color

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

This div border color is #da6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6aed


Comments

No comments written yet.

Please login to write comment.