Color Hex Logo

#db083c Color Hex

#DB083C
(219,8,60)
0 Favorites   0 Comments

Color spaces of #db083c

RGB 219860
HSL0.960.930.45
HSV345°96°86°
CMYK 0.000.960.73   0.14
XYZ30.115915.56005.6911
Yxy15.56000.58630.3029
Hunter Lab39.446267.248319.0582
CIE-Lab46.391871.939932.7939

#db083c color RGB value is (219,8,60).

#db083c hex color red value is 219, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db083c hue: 0.96 , saturation: 0.93 and the lightness value of db083c is 0.45.

The process color (four color CMYK) of #db083c color hex is 0.00, 0.96, 0.73, 0.14. Web safe color of #db083c is #cc0033. Color #db083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 00111100
Octal 333 10 74
Decimal 219 8 60
Hex DB 8 3C

RGB Percentages of Color #db083c

%76.31
%2.79
%20.91

CMYK Percentages of Color #db083c

%0
%96
%73
%14

Triadic Colors of #db083c

#db083c #3cdb08 #083cdb

Analogous Colors of #db083c

#db083c #db3d08 #db08a6

Monochromatic Colors of #db083c

#db083c

Complementary Color

#db083c #08dba7

#db083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db083c Color CSS Codes

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

#db083c Text Font Color

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

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


#db083c Background Color

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

This div background color is #db083c


#db083c Border Color

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

This div border color is #db083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db083c


Comments

No comments written yet.

Please login to write comment.