Color Hex Logo

#db273f Color Hex

#DB273F
(219,39,63)
0 Favorites   0 Comments

Color spaces of #db273f

RGB 2193963
HSL0.980.710.51
HSV352°82°86°
CMYK 0.000.820.71   0.14
XYZ30.836116.87006.3336
Yxy16.87000.57060.3122
Hunter Lab41.073162.133019.6085
CIE-Lab48.095867.291133.0174

#db273f color RGB value is (219,39,63).

#db273f hex color red value is 219, green value is 39 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db273f hue: 0.98 , saturation: 0.71 and the lightness value of db273f is 0.51.

The process color (four color CMYK) of #db273f color hex is 0.00, 0.82, 0.71, 0.14. Web safe color of #db273f is #cc3333. Color #db273f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 00111111
Octal 333 47 77
Decimal 219 39 63
Hex DB 27 3F

RGB Percentages of Color #db273f

%68.22
%12.15
%19.63

CMYK Percentages of Color #db273f

%0
%82
%71
%14

Triadic Colors of #db273f

#db273f #3fdb27 #273fdb

Analogous Colors of #db273f

#db273f #db6927 #db2799

Monochromatic Colors of #db273f

#db273f

Complementary Color

#db273f #27dbc3

#db273f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db273f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db273f Color CSS Codes

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

#db273f Text Font Color

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

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


#db273f Background Color

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

This div background color is #db273f


#db273f Border Color

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

This div border color is #db273f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,39,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 #db273f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db273f


Comments

No comments written yet.

Please login to write comment.