Color Hex Logo

#db514c Color Hex

#DB514C
(219,81,76)
0 Favorites   0 Comments

Color spaces of #db514c

RGB 2198176
HSL0.010.670.58
HSV65°86°
CMYK 0.000.630.65   0.14
XYZ33.460421.46679.2174
Yxy21.46670.52160.3347
Hunter Lab46.332247.828720.6373
CIE-Lab53.456553.666831.9355

#db514c color RGB value is (219,81,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 01001100
Octal 333 121 114
Decimal 219 81 76
Hex DB 51 4C

RGB Percentages of Color #db514c

%58.24
%21.54
%20.21

CMYK Percentages of Color #db514c

%0
%63
%65
%14

Triadic Colors of #db514c

#db514c #4cdb51 #514cdb

Analogous Colors of #db514c

#db514c #db994c #db4c8f

Monochromatic Colors of #db514c

#db514c

Complementary Color

#db514c #4cd6db

#db514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db514c Color CSS Codes

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

#db514c Text Font Color

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

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


#db514c Background Color

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

This div background color is #db514c


#db514c Border Color

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

This div border color is #db514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db514c


Comments

No comments written yet.

Please login to write comment.