Color Hex Logo

#db03ab Color Hex

#DB03AB
(219,3,171)
0 Favorites   0 Comments

Color spaces of #db03ab

RGB 2193171
HSL0.870.970.44
HSV313°99°86°
CMYK 0.000.990.22   0.14
XYZ36.596718.065540.0862
Yxy18.06550.38630.1907
Hunter Lab42.503579.3122-26.1655
CIE-Lab49.575581.0984-30.2814

#db03ab color RGB value is (219,3,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 10101011
Octal 333 3 253
Decimal 219 3 171
Hex DB 3 AB

RGB Percentages of Color #db03ab

%55.73
%0.76
%43.51

CMYK Percentages of Color #db03ab

%0
%99
%22
%14

Triadic Colors of #db03ab

#db03ab #abdb03 #03abdb

Analogous Colors of #db03ab

#db03ab #db033f #9f03db

Monochromatic Colors of #db03ab

#db03ab

Complementary Color

#db03ab #03db33

#db03ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db03ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db03ab Color CSS Codes

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

#db03ab Text Font Color

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

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


#db03ab Background Color

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

This div background color is #db03ab


#db03ab Border Color

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

This div border color is #db03ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db03ab


Comments

No comments written yet.

Please login to write comment.