Color Hex Logo

#db41ab Color Hex

#DB41AB
(219,65,171)
0 Favorites   0 Comments

Color spaces of #db41ab

RGB 21965171
HSL0.890.680.56
HSV319°70°86°
CMYK 0.000.700.22   0.14
XYZ38.454421.780940.7054
Yxy21.78090.38100.2158
Hunter Lab46.670065.4050-19.0435
CIE-Lab53.793868.9696-23.7427

#db41ab color RGB value is (219,65,171).

#db41ab hex color red value is 219, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db41ab hue: 0.89 , saturation: 0.68 and the lightness value of db41ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 10101011
Octal 333 101 253
Decimal 219 65 171
Hex DB 41 AB

RGB Percentages of Color #db41ab

%48.13
%14.29
%37.58

CMYK Percentages of Color #db41ab

%0
%70
%22
%14

Triadic Colors of #db41ab

#db41ab #abdb41 #41abdb

Analogous Colors of #db41ab

#db41ab #db415e #be41db

Monochromatic Colors of #db41ab

#db41ab

Complementary Color

#db41ab #41db71

#db41ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db41ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db41ab Color CSS Codes

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

#db41ab Text Font Color

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

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


#db41ab Background Color

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

This div background color is #db41ab


#db41ab Border Color

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

This div border color is #db41ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db41ab


Comments

No comments written yet.

Please login to write comment.