Color Hex Logo

#db02ab Color Hex

#DB02AB
(219,2,171)
0 Favorites   0 Comments

Color spaces of #db02ab

RGB 2192171
HSL0.870.980.43
HSV313°99°86°
CMYK 0.000.990.22   0.14
XYZ36.585818.043840.0826
Yxy18.04380.38630.1905
Hunter Lab42.478079.4035-26.2120
CIE-Lab49.549281.1755-30.3224

#db02ab color RGB value is (219,2,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 10101011
Octal 333 2 253
Decimal 219 2 171
Hex DB 2 AB

RGB Percentages of Color #db02ab

%55.87
%0.51
%43.62

CMYK Percentages of Color #db02ab

%0
%99
%22
%14

Triadic Colors of #db02ab

#db02ab #abdb02 #02abdb

Analogous Colors of #db02ab

#db02ab #db023f #9f02db

Monochromatic Colors of #db02ab

#db02ab

Complementary Color

#db02ab #02db32

#db02ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db02ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db02ab Color CSS Codes

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

#db02ab Text Font Color

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

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


#db02ab Background Color

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

This div background color is #db02ab


#db02ab Border Color

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

This div border color is #db02ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db02ab


Comments

No comments written yet.

Please login to write comment.