Color Hex Logo

#db8005 Color Hex

#DB8005
(219,128,5)
0 Favorites   0 Comments

Color spaces of #db8005

RGB 2191285
HSL0.100.960.44
HSV34°98°86°
CMYK 0.000.420.98   0.14
XYZ36.960030.50944.0845
Yxy30.50940.51650.4264
Hunter Lab55.235322.779234.2804
CIE-Lab62.091328.350667.6893

#db8005 color RGB value is (219,128,5).

#db8005 hex color red value is 219, green value is 128 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #db8005 hue: 0.10 , saturation: 0.96 and the lightness value of db8005 is 0.44.

The process color (four color CMYK) of #db8005 color hex is 0.00, 0.42, 0.98, 0.14. Web safe color of #db8005 is #cc9900. Color #db8005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 00000101
Octal 333 200 5
Decimal 219 128 5
Hex DB 80 5

RGB Percentages of Color #db8005

%62.22
%36.36
%1.42

CMYK Percentages of Color #db8005

%0
%42
%98
%14

Triadic Colors of #db8005

#db8005 #05db80 #8005db

Analogous Colors of #db8005

#db8005 #cbdb05 #db1505

Monochromatic Colors of #db8005

#db8005

Complementary Color

#db8005 #0560db

#db8005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8005 Color CSS Codes

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

#db8005 Text Font Color

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

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


#db8005 Background Color

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

This div background color is #db8005


#db8005 Border Color

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

This div border color is #db8005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8005


Comments

No comments written yet.

Please login to write comment.