Color Hex Logo

#da113b Color Hex

#DA113B
(218,17,59)
0 Favorites   0 Comments

Color spaces of #da113b

RGB 2181759
HSL0.970.860.46
HSV347°92°85°
CMYK 0.000.920.73   0.15
XYZ29.903315.62215.5770
Yxy15.62210.58520.3057
Hunter Lab39.524865.879419.3015
CIE-Lab46.474770.778633.4399

#da113b color RGB value is (218,17,59).

#da113b hex color red value is 218, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da113b hue: 0.97 , saturation: 0.86 and the lightness value of da113b is 0.46.

The process color (four color CMYK) of #da113b color hex is 0.00, 0.92, 0.73, 0.15. Web safe color of #da113b is #cc0033. Color #da113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010001 00111011
Octal 332 21 73
Decimal 218 17 59
Hex DA 11 3B

RGB Percentages of Color #da113b

%74.15
%5.78
%20.07

CMYK Percentages of Color #da113b

%0
%92
%73
%15

Triadic Colors of #da113b

#da113b #3bda11 #113bda

Analogous Colors of #da113b

#da113b #da4b11 #da11a0

Monochromatic Colors of #da113b

#da113b

Complementary Color

#da113b #11dab0

#da113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da113b Color CSS Codes

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

#da113b Text Font Color

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

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


#da113b Background Color

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

This div background color is #da113b


#da113b Border Color

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

This div border color is #da113b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,17,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da113b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da113b;
  -webkit-box-shadow: 1px 1px 3px 2px #da113b;
  box-shadow:         1px 1px 3px 2px #da113b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,17,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da113b


Comments

No comments written yet.

Please login to write comment.