Color Hex Logo

#db2327 Color Hex

#DB2327
(219,35,39)
0 Favorites   0 Comments

Color spaces of #db2327

RGB 2193539
HSL1.000.720.50
HSV359°84°86°
CMYK 0.000.840.82   0.14
XYZ30.180716.40863.4959
Yxy16.40860.60260.3276
Hunter Lab40.507562.105723.2384
CIE-Lab47.506167.381645.9265

#db2327 color RGB value is (219,35,39).

#db2327 hex color red value is 219, green value is 35 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #db2327 hue: 1.00 , saturation: 0.72 and the lightness value of db2327 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 00100111
Octal 333 43 47
Decimal 219 35 39
Hex DB 23 27

RGB Percentages of Color #db2327

%74.74
%11.95
%13.31

CMYK Percentages of Color #db2327

%0
%84
%82
%14

Triadic Colors of #db2327

#db2327 #27db23 #2327db

Analogous Colors of #db2327

#db2327 #db7b23 #db2383

Monochromatic Colors of #db2327

#db2327

Complementary Color

#db2327 #23dbd7

#db2327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2327 Color CSS Codes

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

#db2327 Text Font Color

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

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


#db2327 Background Color

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

This div background color is #db2327


#db2327 Border Color

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

This div border color is #db2327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2327


Comments

No comments written yet.

Please login to write comment.