Color Hex Logo

#db063f Color Hex

#DB063F
(219,6,63)
0 Favorites   0 Comments

Color spaces of #db063f

RGB 219663
HSL0.960.950.44
HSV344°97°86°
CMYK 0.000.970.71   0.14
XYZ30.175715.54926.1135
Yxy15.54920.58210.3000
Hunter Lab39.432567.590318.4106
CIE-Lab46.377472.227630.9629

#db063f color RGB value is (219,6,63).

#db063f hex color red value is 219, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db063f hue: 0.96 , saturation: 0.95 and the lightness value of db063f is 0.44.

The process color (four color CMYK) of #db063f color hex is 0.00, 0.97, 0.71, 0.14. Web safe color of #db063f is #cc0033. Color #db063f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 00111111
Octal 333 6 77
Decimal 219 6 63
Hex DB 6 3F

RGB Percentages of Color #db063f

%76.04
%2.08
%21.88

CMYK Percentages of Color #db063f

%0
%97
%71
%14

Triadic Colors of #db063f

#db063f #3fdb06 #063fdb

Analogous Colors of #db063f

#db063f #db3806 #db06aa

Monochromatic Colors of #db063f

#db063f

Complementary Color

#db063f #06dba2

#db063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db063f Color CSS Codes

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

#db063f Text Font Color

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

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


#db063f Background Color

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

This div background color is #db063f


#db063f Border Color

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

This div border color is #db063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db063f


Comments

No comments written yet.

Please login to write comment.