Color Hex Logo

#da062d Color Hex

#DA062D
(218,6,45)
0 Favorites   0 Comments

Color spaces of #da062d

RGB 218645
HSL0.970.950.44
HSV349°97°85°
CMYK 0.000.970.79   0.15
XYZ29.452215.22513.8691
Yxy15.22510.60670.3136
Hunter Lab39.019466.449721.4344
CIE-Lab45.941071.360641.0421

#da062d color RGB value is (218,6,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 00101101
Octal 332 6 55
Decimal 218 6 45
Hex DA 6 2D

RGB Percentages of Color #da062d

%81.04
%2.23
%16.73

CMYK Percentages of Color #da062d

%0
%97
%79
%15

Triadic Colors of #da062d

#da062d #2dda06 #062dda

Analogous Colors of #da062d

#da062d #da4906 #da0697

Monochromatic Colors of #da062d

#da062d

Complementary Color

#da062d #06dab3

#da062d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da062d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da062d Color CSS Codes

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

#da062d Text Font Color

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

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


#da062d Background Color

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

This div background color is #da062d


#da062d Border Color

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

This div border color is #da062d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da062d


Comments

No comments written yet.

Please login to write comment.