Color Hex Logo

#db40ab Color Hex

#DB40AB
(219,64,171)
0 Favorites   0 Comments

Color spaces of #db40ab

RGB 21964171
HSL0.880.680.55
HSV319°71°86°
CMYK 0.000.710.22   0.14
XYZ38.397521.667140.6865
Yxy21.66710.38110.2151
Hunter Lab46.547965.7862-19.2405
CIE-Lab53.672069.3120-23.9303

#db40ab color RGB value is (219,64,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 10101011
Octal 333 100 253
Decimal 219 64 171
Hex DB 40 AB

RGB Percentages of Color #db40ab

%48.24
%14.10
%37.67

CMYK Percentages of Color #db40ab

%0
%71
%22
%14

Triadic Colors of #db40ab

#db40ab #abdb40 #40abdb

Analogous Colors of #db40ab

#db40ab #db405d #be40db

Monochromatic Colors of #db40ab

#db40ab

Complementary Color

#db40ab #40db70

#db40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db40ab Color CSS Codes

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

#db40ab Text Font Color

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

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


#db40ab Background Color

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

This div background color is #db40ab


#db40ab Border Color

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

This div border color is #db40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db40ab


Comments

No comments written yet.

Please login to write comment.