Color Hex Logo

#da15da Color Hex

#DA15DA
(218,21,218)
0 Favorites   0 Comments

Color spaces of #da15da

RGB 21821218
HSL0.830.820.47
HSV300°90°85°
CMYK 0.000.900.00   0.15
XYZ41.836520.503768.0822
Yxy20.50370.32080.1572
Hunter Lab45.281085.6798-57.4487
CIE-Lab52.402085.5070-53.0885

#da15da color RGB value is (218,21,218).

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

The process color (four color CMYK) of #da15da color hex is 0.00, 0.90, 0.00, 0.15. Web safe color of #da15da is #cc00cc. Color #da15da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 11011010
Octal 332 25 332
Decimal 218 21 218
Hex DA 15 DA

RGB Percentages of Color #da15da

%47.70
%4.60
%47.70

CMYK Percentages of Color #da15da

%0
%90
%0
%15

Triadic Colors of #da15da

#da15da #dada15 #15dada

Analogous Colors of #da15da

#da15da #da1578 #7815da

Monochromatic Colors of #da15da

#da15da

Complementary Color

#da15da #15da15

#da15da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da15da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da15da Color CSS Codes

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

#da15da Text Font Color

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

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


#da15da Background Color

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

This div background color is #da15da


#da15da Border Color

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

This div border color is #da15da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da15da


Comments

No comments written yet.

Please login to write comment.