Color Hex Logo

#da12ab Color Hex

#DA12AB
(218,18,171)
0 Favorites   0 Comments

Color spaces of #da12ab

RGB 21818171
HSL0.870.850.46
HSV314°92°85°
CMYK 0.000.920.22   0.15
XYZ36.480418.278340.1334
Yxy18.27830.38440.1926
Hunter Lab42.753177.4925-25.7298
CIE-Lab49.831979.6072-29.8954

#da12ab color RGB value is (218,18,171).

#da12ab hex color red value is 218, green value is 18 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da12ab hue: 0.87 , saturation: 0.85 and the lightness value of da12ab is 0.46.

The process color (four color CMYK) of #da12ab color hex is 0.00, 0.92, 0.22, 0.15. Web safe color of #da12ab is #cc0099. Color #da12ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 10101011
Octal 332 22 253
Decimal 218 18 171
Hex DA 12 AB

RGB Percentages of Color #da12ab

%53.56
%4.42
%42.01

CMYK Percentages of Color #da12ab

%0
%92
%22
%15

Triadic Colors of #da12ab

#da12ab #abda12 #12abda

Analogous Colors of #da12ab

#da12ab #da1247 #a512da

Monochromatic Colors of #da12ab

#da12ab

Complementary Color

#da12ab #12da41

#da12ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da12ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da12ab Color CSS Codes

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

#da12ab Text Font Color

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

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


#da12ab Background Color

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

This div background color is #da12ab


#da12ab Border Color

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

This div border color is #da12ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da12ab


Comments

No comments written yet.

Please login to write comment.