Color Hex Logo

#db9168 Color Hex

#DB9168
(219,145,104)
0 Favorites   0 Comments

Color spaces of #db9168

RGB 219145104
HSL0.060.610.63
HSV21°53°86°
CMYK 0.000.340.53   0.14
XYZ41.837536.310317.9002
Yxy36.31030.43560.3780
Hunter Lab60.258018.482024.5680
CIE-Lab66.756323.637933.1207

#db9168 color RGB value is (219,145,104).

#db9168 hex color red value is 219, green value is 145 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #db9168 hue: 0.06 , saturation: 0.61 and the lightness value of db9168 is 0.63.

The process color (four color CMYK) of #db9168 color hex is 0.00, 0.34, 0.53, 0.14. Web safe color of #db9168 is #cc9966. Color #db9168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01101000
Octal 333 221 150
Decimal 219 145 104
Hex DB 91 68

RGB Percentages of Color #db9168

%46.79
%30.98
%22.22

CMYK Percentages of Color #db9168

%0
%34
%53
%14

Triadic Colors of #db9168

#db9168 #68db91 #9168db

Analogous Colors of #db9168

#db9168 #dbcb68 #db6879

Monochromatic Colors of #db9168

#db9168

Complementary Color

#db9168 #68b2db

#db9168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9168 Color CSS Codes

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

#db9168 Text Font Color

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

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


#db9168 Background Color

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

This div background color is #db9168


#db9168 Border Color

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

This div border color is #db9168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9168


Comments

No comments written yet.

Please login to write comment.