Color Hex Logo

#da6eea Color Hex

#DA6EEA
(218,110,234)
0 Favorites   0 Comments

Color spaces of #da6eea

RGB 218110234
HSL0.810.750.67
HSV292°53°92°
CMYK 0.070.530.00   0.08
XYZ49.340731.997881.4176
Yxy31.99780.30320.1966
Hunter Lab56.566656.7066-45.7408
CIE-Lab63.341159.8580-44.7355

#da6eea color RGB value is (218,110,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 11101010
Octal 332 156 352
Decimal 218 110 234
Hex DA 6E EA

RGB Percentages of Color #da6eea

%38.79
%19.57
%41.64

CMYK Percentages of Color #da6eea

%7
%53
%0
%8

Triadic Colors of #da6eea

#da6eea #eada6e #6eeada

Analogous Colors of #da6eea

#da6eea #ea6ebc #9c6eea

Monochromatic Colors of #da6eea

#da6eea

Complementary Color

#da6eea #7eea6e

#da6eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6eea Color CSS Codes

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

#da6eea Text Font Color

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

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


#da6eea Background Color

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

This div background color is #da6eea


#da6eea Border Color

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

This div border color is #da6eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6eea


Comments

No comments written yet.

Please login to write comment.