Color Hex Logo

#da15a7 Color Hex

#DA15A7
(218,21,167)
0 Favorites   0 Comments

Color spaces of #da15a7

RGB 21821167
HSL0.880.820.47
HSV316°90°85°
CMYK 0.000.900.23   0.15
XYZ36.156718.231838.1726
Yxy18.23180.39060.1970
Hunter Lab42.698776.4287-23.1161
CIE-Lab49.776178.7701-27.6173

#da15a7 color RGB value is (218,21,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 10100111
Octal 332 25 247
Decimal 218 21 167
Hex DA 15 A7

RGB Percentages of Color #da15a7

%53.69
%5.17
%41.13

CMYK Percentages of Color #da15a7

%0
%90
%23
%15

Triadic Colors of #da15a7

#da15a7 #a7da15 #15a7da

Analogous Colors of #da15a7

#da15a7 #da1544 #ab15da

Monochromatic Colors of #da15a7

#da15a7

Complementary Color

#da15a7 #15da48

#da15a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da15a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da15a7 Color CSS Codes

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

#da15a7 Text Font Color

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

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


#da15a7 Background Color

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

This div background color is #da15a7


#da15a7 Border Color

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

This div border color is #da15a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da15a7


Comments

No comments written yet.

Please login to write comment.