Color Hex Logo

#db08ab Color Hex

#DB08AB
(219,8,171)
0 Favorites   0 Comments

Color spaces of #db08ab

RGB 2198171
HSL0.870.930.45
HSV314°96°86°
CMYK 0.000.960.22   0.14
XYZ36.650918.174040.1043
Yxy18.17400.38610.1914
Hunter Lab42.631078.8566-25.9343
CIE-Lab49.706580.7132-30.0770

#db08ab color RGB value is (219,8,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 10101011
Octal 333 10 253
Decimal 219 8 171
Hex DB 8 AB

RGB Percentages of Color #db08ab

%55.03
%2.01
%42.96

CMYK Percentages of Color #db08ab

%0
%96
%22
%14

Triadic Colors of #db08ab

#db08ab #abdb08 #08abdb

Analogous Colors of #db08ab

#db08ab #db0841 #a208db

Monochromatic Colors of #db08ab

#db08ab

Complementary Color

#db08ab #08db38

#db08ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db08ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db08ab Color CSS Codes

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

#db08ab Text Font Color

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

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


#db08ab Background Color

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

This div background color is #db08ab


#db08ab Border Color

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

This div border color is #db08ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db08ab


Comments

No comments written yet.

Please login to write comment.