Color Hex Logo

#db1fab Color Hex

#DB1FAB
(219,31,171)
0 Favorites   0 Comments

Color spaces of #db1fab

RGB 21931171
HSL0.880.750.49
HSV315°86°86°
CMYK 0.000.860.22   0.14
XYZ37.054118.980340.2387
Yxy18.98030.38490.1972
Hunter Lab43.566475.5767-24.2648
CIE-Lab50.664277.9150-28.5858

#db1fab color RGB value is (219,31,171).

#db1fab hex color red value is 219, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db1fab hue: 0.88 , saturation: 0.75 and the lightness value of db1fab is 0.49.

The process color (four color CMYK) of #db1fab color hex is 0.00, 0.86, 0.22, 0.14. Web safe color of #db1fab is #cc3399. Color #db1fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011111 10101011
Octal 333 37 253
Decimal 219 31 171
Hex DB 1F AB

RGB Percentages of Color #db1fab

%52.02
%7.36
%40.62

CMYK Percentages of Color #db1fab

%0
%86
%22
%14

Triadic Colors of #db1fab

#db1fab #abdb1f #1fabdb

Analogous Colors of #db1fab

#db1fab #db1f4d #ad1fdb

Monochromatic Colors of #db1fab

#db1fab

Complementary Color

#db1fab #1fdb4f

#db1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1fab Color CSS Codes

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

#db1fab Text Font Color

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

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


#db1fab Background Color

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

This div background color is #db1fab


#db1fab Border Color

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

This div border color is #db1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1fab


Comments

No comments written yet.

Please login to write comment.