Color Hex Logo

#dba288 Color Hex

#DBA288
(219,162,136)
0 Favorites   0 Comments

Color spaces of #dba288

RGB 219162136
HSL0.050.540.70
HSV19°38°86°
CMYK 0.000.260.38   0.14
XYZ46.577742.678329.0754
Yxy42.67830.39360.3607
Hunter Lab65.328612.941019.3422
CIE-Lab71.336117.751321.7885

#dba288 color RGB value is (219,162,136).

#dba288 hex color red value is 219, green value is 162 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dba288 hue: 0.05 , saturation: 0.54 and the lightness value of dba288 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 10001000
Octal 333 242 210
Decimal 219 162 136
Hex DB A2 88

RGB Percentages of Color #dba288

%42.36
%31.33
%26.31

CMYK Percentages of Color #dba288

%0
%26
%38
%14

Triadic Colors of #dba288

#dba288 #88dba2 #a288db

Analogous Colors of #dba288

#dba288 #dbcc88 #db8898

Monochromatic Colors of #dba288

#dba288

Complementary Color

#dba288 #88c1db

#dba288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba288 Color CSS Codes

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

#dba288 Text Font Color

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

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


#dba288 Background Color

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

This div background color is #dba288


#dba288 Border Color

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

This div border color is #dba288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba288


Comments

No comments written yet.

Please login to write comment.