Color Hex Logo

#db6c4b Color Hex

#DB6C4B
(219,108,75)
0 Favorites   0 Comments

Color spaces of #db6c4b

RGB 21910875
HSL0.040.670.58
HSV14°66°86°
CMYK 0.000.510.66   0.14
XYZ35.846026.29329.8424
Yxy26.29320.49800.3653
Hunter Lab51.276935.048924.5133
CIE-Lab58.314340.926638.3693

#db6c4b color RGB value is (219,108,75).

#db6c4b hex color red value is 219, green value is 108 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #db6c4b hue: 0.04 , saturation: 0.67 and the lightness value of db6c4b is 0.58.

The process color (four color CMYK) of #db6c4b color hex is 0.00, 0.51, 0.66, 0.14. Web safe color of #db6c4b is #cc6633. Color #db6c4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101100 01001011
Octal 333 154 113
Decimal 219 108 75
Hex DB 6C 4B

RGB Percentages of Color #db6c4b

%54.48
%26.87
%18.66

CMYK Percentages of Color #db6c4b

%0
%51
%66
%14

Triadic Colors of #db6c4b

#db6c4b #4bdb6c #6c4bdb

Analogous Colors of #db6c4b

#db6c4b #dbb44b #db4b72

Monochromatic Colors of #db6c4b

#db6c4b

Complementary Color

#db6c4b #4bbadb

#db6c4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6c4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6c4b Color CSS Codes

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

#db6c4b Text Font Color

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

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


#db6c4b Background Color

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

This div background color is #db6c4b


#db6c4b Border Color

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

This div border color is #db6c4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6c4b


Comments

No comments written yet.

Please login to write comment.