Color Hex Logo

#dba0af Color Hex

#DBA0AF
(219,160,175)
0 Favorites   0 Comments

Color spaces of #dba0af

RGB 219160175
HSL0.960.450.74
HSV345°27°86°
CMYK 0.000.270.20   0.14
XYZ49.522143.296846.3045
Yxy43.29680.35600.3112
Hunter Lab65.800319.19074.3371
CIE-Lab71.756024.07880.9023

#dba0af color RGB value is (219,160,175).

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

The process color (four color CMYK) of #dba0af color hex is 0.00, 0.27, 0.20, 0.14. Web safe color of #dba0af is #cc9999. Color #dba0af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10101111
Octal 333 240 257
Decimal 219 160 175
Hex DB A0 AF

RGB Percentages of Color #dba0af

%39.53
%28.88
%31.59

CMYK Percentages of Color #dba0af

%0
%27
%20
%14

Triadic Colors of #dba0af

#dba0af #afdba0 #a0afdb

Analogous Colors of #dba0af

#dba0af #dbafa0 #dba0cd

Monochromatic Colors of #dba0af

#dba0af

Complementary Color

#dba0af #a0dbcc

#dba0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0af Color CSS Codes

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

#dba0af Text Font Color

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

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


#dba0af Background Color

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

This div background color is #dba0af


#dba0af Border Color

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

This div border color is #dba0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0af


Comments

No comments written yet.

Please login to write comment.