Color Hex Logo

#db641c Color Hex

#DB641C
(219,100,28)
0 Favorites   0 Comments

Color spaces of #db641c

RGB 21910028
HSL0.060.770.48
HSV23°87°86°
CMYK 0.000.540.87   0.14
XYZ33.980224.25833.9900
Yxy24.25830.54610.3898
Hunter Lab49.252736.957629.6738
CIE-Lab56.345543.033258.3031

#db641c color RGB value is (219,100,28).

#db641c hex color red value is 219, green value is 100 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #db641c hue: 0.06 , saturation: 0.77 and the lightness value of db641c is 0.48.

The process color (four color CMYK) of #db641c color hex is 0.00, 0.54, 0.87, 0.14. Web safe color of #db641c is #cc6633. Color #db641c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 00011100
Octal 333 144 34
Decimal 219 100 28
Hex DB 64 1C

RGB Percentages of Color #db641c

%63.11
%28.82
%8.07

CMYK Percentages of Color #db641c

%0
%54
%87
%14

Triadic Colors of #db641c

#db641c #1cdb64 #641cdb

Analogous Colors of #db641c

#db641c #dbc41c #db1c34

Monochromatic Colors of #db641c

#db641c

Complementary Color

#db641c #1c93db

#db641c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db641c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db641c Color CSS Codes

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

#db641c Text Font Color

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

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


#db641c Background Color

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

This div background color is #db641c


#db641c Border Color

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

This div border color is #db641c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db641c


Comments

No comments written yet.

Please login to write comment.