Color Hex Logo

#db43ab Color Hex

#DB43AB
(219,67,171)
0 Favorites   0 Comments

Color spaces of #db43ab

RGB 21967171
HSL0.890.680.56
HSV319°69°86°
CMYK 0.000.690.22   0.14
XYZ38.571322.014740.7444
Yxy22.01470.38060.2173
Hunter Lab46.919864.6295-18.6426
CIE-Lab54.042668.2714-23.3597

#db43ab color RGB value is (219,67,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10101011
Octal 333 103 253
Decimal 219 67 171
Hex DB 43 AB

RGB Percentages of Color #db43ab

%47.92
%14.66
%37.42

CMYK Percentages of Color #db43ab

%0
%69
%22
%14

Triadic Colors of #db43ab

#db43ab #abdb43 #43abdb

Analogous Colors of #db43ab

#db43ab #db435f #bf43db

Monochromatic Colors of #db43ab

#db43ab

Complementary Color

#db43ab #43db73

#db43ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43ab Color CSS Codes

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

#db43ab Text Font Color

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

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


#db43ab Background Color

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

This div background color is #db43ab


#db43ab Border Color

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

This div border color is #db43ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43ab


Comments

No comments written yet.

Please login to write comment.