Color Hex Logo

#da02ab Color Hex

#DA02AB
(218,2,171)
0 Favorites   0 Comments

Color spaces of #da02ab

RGB 2182171
HSL0.870.980.43
HSV313°99°85°
CMYK 0.000.990.22   0.15
XYZ36.285817.889140.0685
Yxy17.88910.38500.1898
Hunter Lab42.295579.1201-26.5613
CIE-Lab49.361380.9884-30.6295

#da02ab color RGB value is (218,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 10101011
Octal 332 2 253
Decimal 218 2 171
Hex DA 2 AB

RGB Percentages of Color #da02ab

%55.75
%0.51
%43.73

CMYK Percentages of Color #da02ab

%0
%99
%22
%15

Triadic Colors of #da02ab

#da02ab #abda02 #02abda

Analogous Colors of #da02ab

#da02ab #da023f #9d02da

Monochromatic Colors of #da02ab

#da02ab

Complementary Color

#da02ab #02da31

#da02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da02ab Color CSS Codes

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

#da02ab Text Font Color

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

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


#da02ab Background Color

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

This div background color is #da02ab


#da02ab Border Color

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

This div border color is #da02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da02ab


Comments

No comments written yet.

Please login to write comment.