Color Hex Logo

#da313f Color Hex

#DA313F
(218,49,63)
0 Favorites   0 Comments

Color spaces of #da313f

RGB 2184963
HSL0.990.700.52
HSV355°78°85°
CMYK 0.000.780.71   0.15
XYZ30.909017.46096.4438
Yxy17.46090.56390.3185
Hunter Lab41.786258.909320.1073
CIE-Lab48.835664.372933.8461

#da313f color RGB value is (218,49,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 00111111
Octal 332 61 77
Decimal 218 49 63
Hex DA 31 3F

RGB Percentages of Color #da313f

%66.06
%14.85
%19.09

CMYK Percentages of Color #da313f

%0
%78
%71
%15

Triadic Colors of #da313f

#da313f #3fda31 #313fda

Analogous Colors of #da313f

#da313f #da7831 #da3194

Monochromatic Colors of #da313f

#da313f

Complementary Color

#da313f #31dacc

#da313f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da313f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da313f Color CSS Codes

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

#da313f Text Font Color

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

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


#da313f Background Color

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

This div background color is #da313f


#da313f Border Color

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

This div border color is #da313f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da313f


Comments

No comments written yet.

Please login to write comment.