Color Hex Logo

#db5dab Color Hex

#DB5DAB
(219,93,171)
0 Favorites   0 Comments

Color spaces of #db5dab

RGB 21993171
HSL0.900.640.61
HSV323°58°86°
CMYK 0.000.580.22   0.14
XYZ40.478525.829041.3801
Yxy25.82900.37590.2399
Hunter Lab50.822253.2314-12.6991
CIE-Lab57.874457.7585-17.4988

#db5dab color RGB value is (219,93,171).

#db5dab hex color red value is 219, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db5dab hue: 0.90 , saturation: 0.64 and the lightness value of db5dab is 0.61.

The process color (four color CMYK) of #db5dab color hex is 0.00, 0.58, 0.22, 0.14. Web safe color of #db5dab is #cc6699. Color #db5dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011101 10101011
Octal 333 135 253
Decimal 219 93 171
Hex DB 5D AB

RGB Percentages of Color #db5dab

%45.34
%19.25
%35.40

CMYK Percentages of Color #db5dab

%0
%58
%22
%14

Triadic Colors of #db5dab

#db5dab #abdb5d #5dabdb

Analogous Colors of #db5dab

#db5dab #db5d6c #cc5ddb

Monochromatic Colors of #db5dab

#db5dab

Complementary Color

#db5dab #5ddb8d

#db5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5dab Color CSS Codes

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

#db5dab Text Font Color

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

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


#db5dab Background Color

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

This div background color is #db5dab


#db5dab Border Color

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

This div border color is #db5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5dab


Comments

No comments written yet.

Please login to write comment.