Color Hex Logo

#db5225 Color Hex

#DB5225
(219,82,37)
0 Favorites   0 Comments

Color spaces of #db5225

RGB 2198237
HSL0.040.720.50
HSV15°83°86°
CMYK 0.000.630.83   0.14
XYZ32.564621.22824.1314
Yxy21.22820.56220.3665
Hunter Lab46.074145.532026.9354
CIE-Lab53.198351.600552.1013

#db5225 color RGB value is (219,82,37).

#db5225 hex color red value is 219, green value is 82 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #db5225 hue: 0.04 , saturation: 0.72 and the lightness value of db5225 is 0.50.

The process color (four color CMYK) of #db5225 color hex is 0.00, 0.63, 0.83, 0.14. Web safe color of #db5225 is #cc6633. Color #db5225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 00100101
Octal 333 122 45
Decimal 219 82 37
Hex DB 52 25

RGB Percentages of Color #db5225

%64.79
%24.26
%10.95

CMYK Percentages of Color #db5225

%0
%63
%83
%14

Triadic Colors of #db5225

#db5225 #25db52 #5225db

Analogous Colors of #db5225

#db5225 #dbad25 #db2553

Monochromatic Colors of #db5225

#db5225

Complementary Color

#db5225 #25aedb

#db5225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5225 Color CSS Codes

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

#db5225 Text Font Color

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

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


#db5225 Background Color

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

This div background color is #db5225


#db5225 Border Color

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

This div border color is #db5225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5225


Comments

No comments written yet.

Please login to write comment.