Color Hex Logo

#dba2ad Color Hex

#DBA2AD
(219,162,173)
0 Favorites   0 Comments

Color spaces of #dba2ad

RGB 219162173
HSL0.970.440.75
HSV348°26°86°
CMYK 0.000.260.21   0.14
XYZ49.676643.917945.3939
Yxy43.91790.35740.3160
Hunter Lab66.270617.83055.7771
CIE-Lab72.173622.69662.6148

#dba2ad color RGB value is (219,162,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 10101101
Octal 333 242 255
Decimal 219 162 173
Hex DB A2 AD

RGB Percentages of Color #dba2ad

%39.53
%29.24
%31.23

CMYK Percentages of Color #dba2ad

%0
%26
%21
%14

Triadic Colors of #dba2ad

#dba2ad #addba2 #a2addb

Analogous Colors of #dba2ad

#dba2ad #dbb4a2 #dba2ca

Monochromatic Colors of #dba2ad

#dba2ad

Complementary Color

#dba2ad #a2dbd0

#dba2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba2ad Color CSS Codes

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

#dba2ad Text Font Color

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

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


#dba2ad Background Color

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

This div background color is #dba2ad


#dba2ad Border Color

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

This div border color is #dba2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba2ad


Comments

No comments written yet.

Please login to write comment.