Color Hex Logo

#da15af Color Hex

#DA15AF
(218,21,175)
0 Favorites   0 Comments

Color spaces of #da15af

RGB 21821175
HSL0.870.820.47
HSV313°90°85°
CMYK 0.000.900.20   0.15
XYZ36.919518.536942.1895
Yxy18.53690.37810.1898
Hunter Lab43.054577.7195-27.9607
CIE-Lab50.140979.7274-31.7708

#da15af color RGB value is (218,21,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 10101111
Octal 332 25 257
Decimal 218 21 175
Hex DA 15 AF

RGB Percentages of Color #da15af

%52.66
%5.07
%42.27

CMYK Percentages of Color #da15af

%0
%90
%20
%15

Triadic Colors of #da15af

#da15af #afda15 #15afda

Analogous Colors of #da15af

#da15af #da154c #a315da

Monochromatic Colors of #da15af

#da15af

Complementary Color

#da15af #15da40

#da15af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da15af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da15af Color CSS Codes

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

#da15af Text Font Color

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

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


#da15af Background Color

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

This div background color is #da15af


#da15af Border Color

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

This div border color is #da15af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da15af


Comments

No comments written yet.

Please login to write comment.