Color Hex Logo

#da15ae Color Hex

#DA15AE
(218,21,174)
0 Favorites   0 Comments

Color spaces of #da15ae

RGB 21821174
HSL0.870.820.47
HSV313°90°85°
CMYK 0.000.900.20   0.15
XYZ36.821618.497741.6741
Yxy18.49770.37960.1907
Hunter Lab43.009077.5550-27.3436
CIE-Lab50.094379.6057-31.2551

#da15ae color RGB value is (218,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 10101110
Octal 332 25 256
Decimal 218 21 174
Hex DA 15 AE

RGB Percentages of Color #da15ae

%52.78
%5.08
%42.13

CMYK Percentages of Color #da15ae

%0
%90
%20
%15

Triadic Colors of #da15ae

#da15ae #aeda15 #15aeda

Analogous Colors of #da15ae

#da15ae #da154c #a415da

Monochromatic Colors of #da15ae

#da15ae

Complementary Color

#da15ae #15da41

#da15ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da15ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#da15ae Color CSS Codes

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

#da15ae Text Font Color

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

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


#da15ae Background Color

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

This div background color is #da15ae


#da15ae Border Color

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

This div border color is #da15ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da15ae


Comments

No comments written yet.

Please login to write comment.