Color Hex Logo

#db8663 Color Hex

#DB8663
(219,134,99)
0 Favorites   0 Comments

Color spaces of #db8663

RGB 21913499
HSL0.050.630.62
HSV18°55°86°
CMYK 0.000.390.55   0.14
XYZ39.990633.011116.0684
Yxy33.01110.44900.3706
Hunter Lab57.455323.694623.6372
CIE-Lab64.169929.105132.5339

#db8663 color RGB value is (219,134,99).

#db8663 hex color red value is 219, green value is 134 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #db8663 hue: 0.05 , saturation: 0.63 and the lightness value of db8663 is 0.62.

The process color (four color CMYK) of #db8663 color hex is 0.00, 0.39, 0.55, 0.14. Web safe color of #db8663 is #cc9966. Color #db8663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 01100011
Octal 333 206 143
Decimal 219 134 99
Hex DB 86 63

RGB Percentages of Color #db8663

%48.45
%29.65
%21.90

CMYK Percentages of Color #db8663

%0
%39
%55
%14

Triadic Colors of #db8663

#db8663 #63db86 #8663db

Analogous Colors of #db8663

#db8663 #dbc263 #db637c

Monochromatic Colors of #db8663

#db8663

Complementary Color

#db8663 #63b8db

#db8663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8663 Color CSS Codes

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

#db8663 Text Font Color

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

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


#db8663 Background Color

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

This div background color is #db8663


#db8663 Border Color

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

This div border color is #db8663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8663


Comments

No comments written yet.

Please login to write comment.