Color Hex Logo

#dba892 Color Hex

#DBA892
(219,168,146)
0 Favorites   0 Comments

Color spaces of #dba892

RGB 219168146
HSL0.050.500.72
HSV18°33°86°
CMYK 0.000.230.33   0.14
XYZ48.404445.140733.3560
Yxy45.14070.38140.3557
Hunter Lab67.186811.022417.5953
CIE-Lab72.984415.733718.5972

#dba892 color RGB value is (219,168,146).

#dba892 hex color red value is 219, green value is 168 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dba892 hue: 0.05 , saturation: 0.50 and the lightness value of dba892 is 0.72.

The process color (four color CMYK) of #dba892 color hex is 0.00, 0.23, 0.33, 0.14. Web safe color of #dba892 is #cc9999. Color #dba892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 10010010
Octal 333 250 222
Decimal 219 168 146
Hex DB A8 92

RGB Percentages of Color #dba892

%41.09
%31.52
%27.39

CMYK Percentages of Color #dba892

%0
%23
%33
%14

Triadic Colors of #dba892

#dba892 #92dba8 #a892db

Analogous Colors of #dba892

#dba892 #dbcd92 #db92a1

Monochromatic Colors of #dba892

#dba892

Complementary Color

#dba892 #92c5db

#dba892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba892 Color CSS Codes

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

#dba892 Text Font Color

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

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


#dba892 Background Color

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

This div background color is #dba892


#dba892 Border Color

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

This div border color is #dba892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba892


Comments

No comments written yet.

Please login to write comment.