Color Hex Logo

#db5001 Color Hex

#DB5001
(219,80,1)
0 Favorites   0 Comments

Color spaces of #db5001

RGB 219801
HSL0.060.990.43
HSV22°100°86°
CMYK 0.000.631.00   0.14
XYZ32.087620.79962.3522
Yxy20.79960.58090.3765
Hunter Lab45.606645.776428.8667
CIE-Lab52.729551.904962.7974

#db5001 color RGB value is (219,80,1).

#db5001 hex color red value is 219, green value is 80 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #db5001 hue: 0.06 , saturation: 0.99 and the lightness value of db5001 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 00000001
Octal 333 120 1
Decimal 219 80 1
Hex DB 50 1

RGB Percentages of Color #db5001

%73.00
%26.67
%0.33

CMYK Percentages of Color #db5001

%0
%63
%100
%14

Triadic Colors of #db5001

#db5001 #01db50 #5001db

Analogous Colors of #db5001

#db5001 #dbbd01 #db011f

Monochromatic Colors of #db5001

#db5001

Complementary Color

#db5001 #018cdb

#db5001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5001 Color CSS Codes

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

#db5001 Text Font Color

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

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


#db5001 Background Color

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

This div background color is #db5001


#db5001 Border Color

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

This div border color is #db5001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5001


Comments

No comments written yet.

Please login to write comment.