Color Hex Logo

#db3bab Color Hex

#DB3BAB
(219,59,171)
0 Favorites   0 Comments

Color spaces of #db3bab

RGB 21959171
HSL0.880.690.55
HSV318°73°86°
CMYK 0.000.730.22   0.14
XYZ38.128121.128340.5967
Yxy21.12830.38180.2116
Hunter Lab45.965567.6249-20.1890
CIE-Lab53.089670.9557-24.8284

#db3bab color RGB value is (219,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111011 10101011
Octal 333 73 253
Decimal 219 59 171
Hex DB 3B AB

RGB Percentages of Color #db3bab

%48.78
%13.14
%38.08

CMYK Percentages of Color #db3bab

%0
%73
%22
%14

Triadic Colors of #db3bab

#db3bab #abdb3b #3babdb

Analogous Colors of #db3bab

#db3bab #db3b5b #bb3bdb

Monochromatic Colors of #db3bab

#db3bab

Complementary Color

#db3bab #3bdb6b

#db3bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3bab Color CSS Codes

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

#db3bab Text Font Color

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

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


#db3bab Background Color

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

This div background color is #db3bab


#db3bab Border Color

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

This div border color is #db3bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3bab


Comments

No comments written yet.

Please login to write comment.