Color Hex Logo

#db8dba Color Hex

#DB8DBA
(219,141,186)
0 Favorites   0 Comments

Color spaces of #db8dba

RGB 219141186
HSL0.900.520.71
HSV325°36°86°
CMYK 0.000.360.15   0.14
XYZ47.601237.655051.2137
Yxy37.65500.34880.2759
Hunter Lab61.363731.0801-6.5285
CIE-Lab67.765636.0079-11.1154

#db8dba color RGB value is (219,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 10111010
Octal 333 215 272
Decimal 219 141 186
Hex DB 8D BA

RGB Percentages of Color #db8dba

%40.11
%25.82
%34.07

CMYK Percentages of Color #db8dba

%0
%36
%15
%14

Triadic Colors of #db8dba

#db8dba #badb8d #8dbadb

Analogous Colors of #db8dba

#db8dba #db8d93 #d58ddb

Monochromatic Colors of #db8dba

#db8dba

Complementary Color

#db8dba #8ddbae

#db8dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8dba Color CSS Codes

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

#db8dba Text Font Color

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

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


#db8dba Background Color

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

This div background color is #db8dba


#db8dba Border Color

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

This div border color is #db8dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8dba


Comments

No comments written yet.

Please login to write comment.