Color Hex Logo

#dba182 Color Hex

#DBA182
(219,161,130)
0 Favorites   0 Comments

Color spaces of #dba182

RGB 219161130
HSL0.060.550.68
HSV21°41°86°
CMYK 0.000.260.41   0.14
XYZ45.987642.161526.8333
Yxy42.16150.40000.3667
Hunter Lab64.931912.790720.9505
CIE-Lab70.982117.605224.5777

#dba182 color RGB value is (219,161,130).

#dba182 hex color red value is 219, green value is 161 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dba182 hue: 0.06 , saturation: 0.55 and the lightness value of dba182 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 10000010
Octal 333 241 202
Decimal 219 161 130
Hex DB A1 82

RGB Percentages of Color #dba182

%42.94
%31.57
%25.49

CMYK Percentages of Color #dba182

%0
%26
%41
%14

Triadic Colors of #dba182

#dba182 #82dba1 #a182db

Analogous Colors of #dba182

#dba182 #dbce82 #db8290

Monochromatic Colors of #dba182

#dba182

Complementary Color

#dba182 #82bcdb

#dba182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba182 Color CSS Codes

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

#dba182 Text Font Color

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

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


#dba182 Background Color

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

This div background color is #dba182


#dba182 Border Color

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

This div border color is #dba182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba182


Comments

No comments written yet.

Please login to write comment.