Color Hex Logo

#dba4ad Color Hex

#DBA4AD
(219,164,173)
0 Favorites   0 Comments

Color spaces of #dba4ad

RGB 219164173
HSL0.970.430.75
HSV350°25°86°
CMYK 0.000.250.21   0.14
XYZ50.031744.628145.5123
Yxy44.62810.35690.3184
Hunter Lab66.804316.77656.3700
CIE-Lab72.646321.61633.3001

#dba4ad color RGB value is (219,164,173).

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

The process color (four color CMYK) of #dba4ad color hex is 0.00, 0.25, 0.21, 0.14. Web safe color of #dba4ad is #cc9999. Color #dba4ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 10101101
Octal 333 244 255
Decimal 219 164 173
Hex DB A4 AD

RGB Percentages of Color #dba4ad

%39.39
%29.50
%31.12

CMYK Percentages of Color #dba4ad

%0
%25
%21
%14

Triadic Colors of #dba4ad

#dba4ad #addba4 #a4addb

Analogous Colors of #dba4ad

#dba4ad #dbb7a4 #dba4c9

Monochromatic Colors of #dba4ad

#dba4ad

Complementary Color

#dba4ad #a4dbd2

#dba4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba4ad Color CSS Codes

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

#dba4ad Text Font Color

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

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


#dba4ad Background Color

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

This div background color is #dba4ad


#dba4ad Border Color

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

This div border color is #dba4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba4ad


Comments

No comments written yet.

Please login to write comment.