Color Hex Logo

#db4830 Color Hex

#DB4830
(219,72,48)
0 Favorites   0 Comments

Color spaces of #db4830

RGB 2197248
HSL0.020.700.52
HSV78°86°
CMYK 0.000.670.78   0.14
XYZ32.064319.90824.9490
Yxy19.90820.56330.3497
Hunter Lab44.618650.193024.6567
CIE-Lab51.733356.114645.4060

#db4830 color RGB value is (219,72,48).

#db4830 hex color red value is 219, green value is 72 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #db4830 hue: 0.02 , saturation: 0.70 and the lightness value of db4830 is 0.52.

The process color (four color CMYK) of #db4830 color hex is 0.00, 0.67, 0.78, 0.14. Web safe color of #db4830 is #cc3333. Color #db4830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 00110000
Octal 333 110 60
Decimal 219 72 48
Hex DB 48 30

RGB Percentages of Color #db4830

%64.60
%21.24
%14.16

CMYK Percentages of Color #db4830

%0
%67
%78
%14

Triadic Colors of #db4830

#db4830 #30db48 #4830db

Analogous Colors of #db4830

#db4830 #db9e30 #db306e

Monochromatic Colors of #db4830

#db4830

Complementary Color

#db4830 #30c3db

#db4830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4830 Color CSS Codes

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

#db4830 Text Font Color

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

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


#db4830 Background Color

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

This div background color is #db4830


#db4830 Border Color

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

This div border color is #db4830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4830


Comments

No comments written yet.

Please login to write comment.