Color Hex Logo

#db5bab Color Hex

#DB5BAB
(219,91,171)
0 Favorites   0 Comments

Color spaces of #db5bab

RGB 21991171
HSL0.900.640.61
HSV323°58°86°
CMYK 0.000.580.22   0.14
XYZ40.305225.482541.3224
Yxy25.48250.37630.2379
Hunter Lab50.480254.1805-13.1979
CIE-Lab57.542558.6512-18.0036

#db5bab color RGB value is (219,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011011 10101011
Octal 333 133 253
Decimal 219 91 171
Hex DB 5B AB

RGB Percentages of Color #db5bab

%45.53
%18.92
%35.55

CMYK Percentages of Color #db5bab

%0
%58
%22
%14

Triadic Colors of #db5bab

#db5bab #abdb5b #5babdb

Analogous Colors of #db5bab

#db5bab #db5b6b #cb5bdb

Monochromatic Colors of #db5bab

#db5bab

Complementary Color

#db5bab #5bdb8b

#db5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5bab Color CSS Codes

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

#db5bab Text Font Color

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

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


#db5bab Background Color

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

This div background color is #db5bab


#db5bab Border Color

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

This div border color is #db5bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5bab


Comments

No comments written yet.

Please login to write comment.