Color Hex Logo

#dba5ba Color Hex

#DBA5BA
(219,165,186)
0 Favorites   0 Comments

Color spaces of #dba5ba

RGB 219165186
HSL0.940.430.75
HSV337°25°86°
CMYK 0.000.250.15   0.14
XYZ51.531545.515552.5237
Yxy45.51550.34450.3043
Hunter Lab67.465218.27851.0665
CIE-Lab73.230023.0947-3.0089

#dba5ba color RGB value is (219,165,186).

#dba5ba hex color red value is 219, green value is 165 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dba5ba hue: 0.94 , saturation: 0.43 and the lightness value of dba5ba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10111010
Octal 333 245 272
Decimal 219 165 186
Hex DB A5 BA

RGB Percentages of Color #dba5ba

%38.42
%28.95
%32.63

CMYK Percentages of Color #dba5ba

%0
%25
%15
%14

Triadic Colors of #dba5ba

#dba5ba #badba5 #a5badb

Analogous Colors of #dba5ba

#dba5ba #dbaba5 #dba5d5

Monochromatic Colors of #dba5ba

#dba5ba

Complementary Color

#dba5ba #a5dbc6

#dba5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5ba Color CSS Codes

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

#dba5ba Text Font Color

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

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


#dba5ba Background Color

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

This div background color is #dba5ba


#dba5ba Border Color

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

This div border color is #dba5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5ba


Comments

No comments written yet.

Please login to write comment.