Color Hex Logo

#da60da Color Hex

#DA60DA
(218,96,218)
0 Favorites   0 Comments

Color spaces of #da60da

RGB 21896218
HSL0.830.620.62
HSV300°56°85°
CMYK 0.000.560.00   0.15
XYZ45.751228.333169.3872
Yxy28.33310.31890.1975
Hunter Lab53.228860.2736-40.0281
CIE-Lab60.188563.4557-40.7493

#da60da color RGB value is (218,96,218).

#da60da hex color red value is 218, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #da60da hue: 0.83 , saturation: 0.62 and the lightness value of da60da is 0.62.

The process color (four color CMYK) of #da60da color hex is 0.00, 0.56, 0.00, 0.15. Web safe color of #da60da is #cc66cc. Color #da60da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 11011010
Octal 332 140 332
Decimal 218 96 218
Hex DA 60 DA

RGB Percentages of Color #da60da

%40.98
%18.05
%40.98

CMYK Percentages of Color #da60da

%0
%56
%0
%15

Triadic Colors of #da60da

#da60da #dada60 #60dada

Analogous Colors of #da60da

#da60da #da609d #9d60da

Monochromatic Colors of #da60da

#da60da

Complementary Color

#da60da #60da60

#da60da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da60da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da60da Color CSS Codes

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

#da60da Text Font Color

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

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


#da60da Background Color

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

This div background color is #da60da


#da60da Border Color

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

This div border color is #da60da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da60da


Comments

No comments written yet.

Please login to write comment.