Color Hex Logo

#db5108 Color Hex

#DB5108
(219,81,8)
0 Favorites   0 Comments

Color spaces of #db5108

RGB 219818
HSL0.060.930.45
HSV21°96°86°
CMYK 0.000.630.96   0.14
XYZ32.199720.96252.5788
Yxy20.96250.57770.3761
Hunter Lab45.784845.412628.7099
CIE-Lab52.908451.538461.3719

#db5108 color RGB value is (219,81,8).

#db5108 hex color red value is 219, green value is 81 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #db5108 hue: 0.06 , saturation: 0.93 and the lightness value of db5108 is 0.45.

The process color (four color CMYK) of #db5108 color hex is 0.00, 0.63, 0.96, 0.14. Web safe color of #db5108 is #cc6600. Color #db5108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 00001000
Octal 333 121 10
Decimal 219 81 8
Hex DB 51 8

RGB Percentages of Color #db5108

%71.10
%26.30
%2.60

CMYK Percentages of Color #db5108

%0
%63
%96
%14

Triadic Colors of #db5108

#db5108 #08db51 #5108db

Analogous Colors of #db5108

#db5108 #dbbb08 #db0829

Monochromatic Colors of #db5108

#db5108

Complementary Color

#db5108 #0892db

#db5108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5108 Color CSS Codes

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

#db5108 Text Font Color

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

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


#db5108 Background Color

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

This div background color is #db5108


#db5108 Border Color

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

This div border color is #db5108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5108


Comments

No comments written yet.

Please login to write comment.