Color Hex Logo

#da422f Color Hex

#DA422F
(218,66,47)
0 Favorites   0 Comments

Color spaces of #da422f

RGB 2186647
HSL0.020.700.52
HSV78°85°
CMYK 0.000.700.78   0.15
XYZ31.374719.00714.7044
Yxy19.00710.56960.3450
Hunter Lab43.597152.162624.1202
CIE-Lab50.695558.074244.8126

#da422f color RGB value is (218,66,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 00101111
Octal 332 102 57
Decimal 218 66 47
Hex DA 42 2F

RGB Percentages of Color #da422f

%65.86
%19.94
%14.20

CMYK Percentages of Color #da422f

%0
%70
%78
%15

Triadic Colors of #da422f

#da422f #2fda42 #422fda

Analogous Colors of #da422f

#da422f #da982f #da2f72

Monochromatic Colors of #da422f

#da422f

Complementary Color

#da422f #2fc7da

#da422f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da422f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da422f Color CSS Codes

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

#da422f Text Font Color

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

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


#da422f Background Color

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

This div background color is #da422f


#da422f Border Color

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

This div border color is #da422f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da422f


Comments

No comments written yet.

Please login to write comment.