Color Hex Logo

#da013f Color Hex

#DA013F
(218,1,63)
0 Favorites   0 Comments

Color spaces of #da013f

RGB 218163
HSL0.950.990.43
HSV343°100°85°
CMYK 0.001.000.71   0.15
XYZ29.821515.28606.0814
Yxy15.28600.58260.2986
Hunter Lab39.097367.730718.1458
CIE-Lab46.023572.413430.4869

#da013f color RGB value is (218,1,63).

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

The process color (four color CMYK) of #da013f color hex is 0.00, 1.00, 0.71, 0.15. Web safe color of #da013f is #cc0033. Color #da013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000001 00111111
Octal 332 1 77
Decimal 218 1 63
Hex DA 1 3F

RGB Percentages of Color #da013f

%77.30
%0.35
%22.34

CMYK Percentages of Color #da013f

%0
%100
%71
%15

Triadic Colors of #da013f

#da013f #3fda01 #013fda

Analogous Colors of #da013f

#da013f #da3001 #da01ac

Monochromatic Colors of #da013f

#da013f

Complementary Color

#da013f #01da9c

#da013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da013f Color CSS Codes

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

#da013f Text Font Color

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

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


#da013f Background Color

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

This div background color is #da013f


#da013f Border Color

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

This div border color is #da013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da013f


Comments

No comments written yet.

Please login to write comment.