Color Hex Logo

#db7335 Color Hex

#DB7335
(219,115,53)
0 Favorites   0 Comments

Color spaces of #db7335

RGB 21911553
HSL0.060.700.53
HSV22°76°86°
CMYK 0.000.470.76   0.14
XYZ35.986827.57866.7946
Yxy27.57860.51150.3920
Hunter Lab52.515330.417629.0896
CIE-Lab59.506136.261950.8541

#db7335 color RGB value is (219,115,53).

#db7335 hex color red value is 219, green value is 115 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #db7335 hue: 0.06 , saturation: 0.70 and the lightness value of db7335 is 0.53.

The process color (four color CMYK) of #db7335 color hex is 0.00, 0.47, 0.76, 0.14. Web safe color of #db7335 is #cc6633. Color #db7335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 00110101
Octal 333 163 65
Decimal 219 115 53
Hex DB 73 35

RGB Percentages of Color #db7335

%56.59
%29.72
%13.70

CMYK Percentages of Color #db7335

%0
%47
%76
%14

Triadic Colors of #db7335

#db7335 #35db73 #7335db

Analogous Colors of #db7335

#db7335 #dbc635 #db354a

Monochromatic Colors of #db7335

#db7335

Complementary Color

#db7335 #359ddb

#db7335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7335 Color CSS Codes

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

#db7335 Text Font Color

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

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


#db7335 Background Color

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

This div background color is #db7335


#db7335 Border Color

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

This div border color is #db7335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7335


Comments

No comments written yet.

Please login to write comment.