Color Hex Logo

#da313b Color Hex

#DA313B
(218,49,59)
0 Favorites   0 Comments

Color spaces of #da313b

RGB 2184959
HSL0.990.700.52
HSV356°78°85°
CMYK 0.000.780.73   0.15
XYZ30.801217.41785.8762
Yxy17.41780.56940.3220
Hunter Lab41.734658.701820.8663
CIE-Lab48.782264.202836.1131

#da313b color RGB value is (218,49,59).

#da313b hex color red value is 218, green value is 49 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da313b hue: 0.99 , saturation: 0.70 and the lightness value of da313b is 0.52.

The process color (four color CMYK) of #da313b color hex is 0.00, 0.78, 0.73, 0.15. Web safe color of #da313b is #cc3333. Color #da313b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 00111011
Octal 332 61 73
Decimal 218 49 59
Hex DA 31 3B

RGB Percentages of Color #da313b

%66.87
%15.03
%18.10

CMYK Percentages of Color #da313b

%0
%78
%73
%15

Triadic Colors of #da313b

#da313b #3bda31 #313bda

Analogous Colors of #da313b

#da313b #da7c31 #da3190

Monochromatic Colors of #da313b

#da313b

Complementary Color

#da313b #31dad0

#da313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da313b Color CSS Codes

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

#da313b Text Font Color

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

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


#da313b Background Color

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

This div background color is #da313b


#da313b Border Color

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

This div border color is #da313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da313b


Comments

No comments written yet.

Please login to write comment.