Color Hex Logo

#db9fba Color Hex

#DB9FBA
(219,159,186)
0 Favorites   0 Comments

Color spaces of #db9fba

RGB 219159186
HSL0.930.450.74
HSV333°27°86°
CMYK 0.000.270.15   0.14
XYZ50.474543.401552.1714
Yxy43.40150.34560.2972
Hunter Lab65.879821.4699-0.8369
CIE-Lab71.826626.3370-5.0771

#db9fba color RGB value is (219,159,186).

#db9fba hex color red value is 219, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db9fba hue: 0.93 , saturation: 0.45 and the lightness value of db9fba is 0.74.

The process color (four color CMYK) of #db9fba color hex is 0.00, 0.27, 0.15, 0.14. Web safe color of #db9fba is #cc99cc. Color #db9fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011111 10111010
Octal 333 237 272
Decimal 219 159 186
Hex DB 9F BA

RGB Percentages of Color #db9fba

%38.83
%28.19
%32.98

CMYK Percentages of Color #db9fba

%0
%27
%15
%14

Triadic Colors of #db9fba

#db9fba #badb9f #9fbadb

Analogous Colors of #db9fba

#db9fba #dba29f #db9fd8

Monochromatic Colors of #db9fba

#db9fba

Complementary Color

#db9fba #9fdbc0

#db9fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9fba Color CSS Codes

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

#db9fba Text Font Color

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

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


#db9fba Background Color

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

This div background color is #db9fba


#db9fba Border Color

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

This div border color is #db9fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,159,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db9fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9fba


Comments

No comments written yet.

Please login to write comment.