Color Hex Logo

#db263c Color Hex

#DB263C
(219,38,60)
0 Favorites   0 Comments

Color spaces of #db263c

RGB 2193860
HSL0.980.720.50
HSV353°83°86°
CMYK 0.000.830.73   0.14
XYZ30.722116.77255.8932
Yxy16.77250.57550.3142
Hunter Lab40.954262.233020.1363
CIE-Lab47.972167.400434.6436

#db263c color RGB value is (219,38,60).

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

The process color (four color CMYK) of #db263c color hex is 0.00, 0.83, 0.73, 0.14. Web safe color of #db263c is #cc3333. Color #db263c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 00111100
Octal 333 46 74
Decimal 219 38 60
Hex DB 26 3C

RGB Percentages of Color #db263c

%69.09
%11.99
%18.93

CMYK Percentages of Color #db263c

%0
%83
%73
%14

Triadic Colors of #db263c

#db263c #3cdb26 #263cdb

Analogous Colors of #db263c

#db263c #db6b26 #db2697

Monochromatic Colors of #db263c

#db263c

Complementary Color

#db263c #26dbc5

#db263c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db263c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db263c Color CSS Codes

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

#db263c Text Font Color

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

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


#db263c Background Color

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

This div background color is #db263c


#db263c Border Color

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

This div border color is #db263c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db263c


Comments

No comments written yet.

Please login to write comment.