Color Hex Logo

#da424a Color Hex

#DA424A
(218,66,74)
0 Favorites   0 Comments

Color spaces of #da424a

RGB 2186674
HSL0.990.670.56
HSV357°70°85°
CMYK 0.000.700.66   0.15
XYZ32.097719.29638.5114
Yxy19.29630.53580.3221
Hunter Lab43.927653.556119.2613
CIE-Lab51.032159.257730.0573

#da424a color RGB value is (218,66,74).

#da424a hex color red value is 218, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da424a hue: 0.99 , saturation: 0.67 and the lightness value of da424a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01001010
Octal 332 102 112
Decimal 218 66 74
Hex DA 42 4A

RGB Percentages of Color #da424a

%60.89
%18.44
%20.67

CMYK Percentages of Color #da424a

%0
%70
%66
%15

Triadic Colors of #da424a

#da424a #4ada42 #424ada

Analogous Colors of #da424a

#da424a #da8642 #da4296

Monochromatic Colors of #da424a

#da424a

Complementary Color

#da424a #42dad2

#da424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da424a Color CSS Codes

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

#da424a Text Font Color

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

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


#da424a Background Color

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

This div background color is #da424a


#da424a Border Color

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

This div border color is #da424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da424a


Comments

No comments written yet.

Please login to write comment.