Color Hex Logo

#da443b Color Hex

#DA443B
(218,68,59)
0 Favorites   0 Comments

Color spaces of #da443b

RGB 2186859
HSL0.010.680.54
HSV73°85°
CMYK 0.000.690.73   0.15
XYZ31.770019.35546.1992
Yxy19.35540.55420.3376
Hunter Lab43.994851.909622.4419
CIE-Lab51.100457.774138.7499

#da443b color RGB value is (218,68,59).

#da443b hex color red value is 218, green value is 68 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da443b hue: 0.01 , saturation: 0.68 and the lightness value of da443b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 00111011
Octal 332 104 73
Decimal 218 68 59
Hex DA 44 3B

RGB Percentages of Color #da443b

%63.19
%19.71
%17.10

CMYK Percentages of Color #da443b

%0
%69
%73
%15

Triadic Colors of #da443b

#da443b #3bda44 #443bda

Analogous Colors of #da443b

#da443b #da943b #da3b82

Monochromatic Colors of #da443b

#da443b

Complementary Color

#da443b #3bd1da

#da443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da443b Color CSS Codes

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

#da443b Text Font Color

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

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


#da443b Background Color

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

This div background color is #da443b


#da443b Border Color

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

This div border color is #da443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da443b


Comments

No comments written yet.

Please login to write comment.