Color Hex Logo

#da063a Color Hex

#DA063A
(218,6,58)
0 Favorites   0 Comments

Color spaces of #da063a

RGB 218658
HSL0.960.950.44
HSV345°97°85°
CMYK 0.000.970.73   0.15
XYZ29.742315.34125.3965
Yxy15.34120.58920.3039
Hunter Lab39.167867.001119.2486
CIE-Lab46.098071.791033.6005

#da063a color RGB value is (218,6,58).

#da063a hex color red value is 218, green value is 6 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #da063a hue: 0.96 , saturation: 0.95 and the lightness value of da063a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 00111010
Octal 332 6 72
Decimal 218 6 58
Hex DA 6 3A

RGB Percentages of Color #da063a

%77.30
%2.13
%20.57

CMYK Percentages of Color #da063a

%0
%97
%73
%15

Triadic Colors of #da063a

#da063a #3ada06 #063ada

Analogous Colors of #da063a

#da063a #da3c06 #da06a4

Monochromatic Colors of #da063a

#da063a

Complementary Color

#da063a #06daa6

#da063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da063a Color CSS Codes

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

#da063a Text Font Color

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

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


#da063a Background Color

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

This div background color is #da063a


#da063a Border Color

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

This div border color is #da063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da063a


Comments

No comments written yet.

Please login to write comment.