Color Hex Logo

#da60eb Color Hex

#DA60EB
(218,96,235)
0 Favorites   0 Comments

Color spaces of #da60eb

RGB 21896235
HSL0.810.780.65
HSV293°59°92°
CMYK 0.070.590.00   0.08
XYZ48.091729.269381.7121
Yxy29.26930.30230.1840
Hunter Lab54.101163.9957-51.6784
CIE-Lab61.018666.4490-48.9584

#da60eb color RGB value is (218,96,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 11101011
Octal 332 140 353
Decimal 218 96 235
Hex DA 60 EB

RGB Percentages of Color #da60eb

%39.71
%17.49
%42.81

CMYK Percentages of Color #da60eb

%7
%59
%0
%8

Triadic Colors of #da60eb

#da60eb #ebda60 #60ebda

Analogous Colors of #da60eb

#da60eb #eb60b7 #9560eb

Monochromatic Colors of #da60eb

#da60eb

Complementary Color

#da60eb #71eb60

#da60eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60eb Color CSS Codes

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

#da60eb Text Font Color

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

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


#da60eb Background Color

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

This div background color is #da60eb


#da60eb Border Color

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

This div border color is #da60eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60eb


Comments

No comments written yet.

Please login to write comment.