Color Hex Logo

#db8fba Color Hex

#DB8FBA
(219,143,186)
0 Favorites   0 Comments

Color spaces of #db8fba

RGB 219143186
HSL0.910.510.71
HSV326°35°86°
CMYK 0.000.350.15   0.14
XYZ47.898838.250251.3129
Yxy38.25020.34850.2783
Hunter Lab61.846730.0121-5.8989
CIE-Lab68.204634.9413-10.4588

#db8fba color RGB value is (219,143,186).

#db8fba hex color red value is 219, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db8fba hue: 0.91 , saturation: 0.51 and the lightness value of db8fba is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 10111010
Octal 333 217 272
Decimal 219 143 186
Hex DB 8F BA

RGB Percentages of Color #db8fba

%39.96
%26.09
%33.94

CMYK Percentages of Color #db8fba

%0
%35
%15
%14

Triadic Colors of #db8fba

#db8fba #badb8f #8fbadb

Analogous Colors of #db8fba

#db8fba #db8f94 #d68fdb

Monochromatic Colors of #db8fba

#db8fba

Complementary Color

#db8fba #8fdbb0

#db8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fba Color CSS Codes

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

#db8fba Text Font Color

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

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


#db8fba Background Color

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

This div background color is #db8fba


#db8fba Border Color

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

This div border color is #db8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fba


Comments

No comments written yet.

Please login to write comment.