Color Hex Logo

#db05ab Color Hex

#DB05AB
(219,5,171)
0 Favorites   0 Comments

Color spaces of #db05ab

RGB 2195171
HSL0.870.960.44
HSV313°98°86°
CMYK 0.000.980.22   0.14
XYZ36.618418.108940.0934
Yxy18.10890.38620.1910
Hunter Lab42.554679.1296-26.0728
CIE-Lab49.627980.9442-30.1995

#db05ab color RGB value is (219,5,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 10101011
Octal 333 5 253
Decimal 219 5 171
Hex DB 5 AB

RGB Percentages of Color #db05ab

%55.44
%1.27
%43.29

CMYK Percentages of Color #db05ab

%0
%98
%22
%14

Triadic Colors of #db05ab

#db05ab #abdb05 #05abdb

Analogous Colors of #db05ab

#db05ab #db0540 #a005db

Monochromatic Colors of #db05ab

#db05ab

Complementary Color

#db05ab #05db35

#db05ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db05ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db05ab Color CSS Codes

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

#db05ab Text Font Color

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

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


#db05ab Background Color

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

This div background color is #db05ab


#db05ab Border Color

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

This div border color is #db05ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db05ab


Comments

No comments written yet.

Please login to write comment.