Color Hex Logo

#da574a Color Hex

#DA574A
(218,87,74)
0 Favorites   0 Comments

Color spaces of #da574a

RGB 2188774
HSL0.020.660.57
HSV66°85°
CMYK 0.000.600.66   0.15
XYZ33.557722.21628.9980
Yxy22.21620.51810.3430
Hunter Lab47.134144.600721.6752
CIE-Lab54.255650.564234.0156

#da574a color RGB value is (218,87,74).

#da574a hex color red value is 218, green value is 87 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #da574a hue: 0.02 , saturation: 0.66 and the lightness value of da574a is 0.57.

The process color (four color CMYK) of #da574a color hex is 0.00, 0.60, 0.66, 0.15. Web safe color of #da574a is #cc6633. Color #da574a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01001010
Octal 332 127 112
Decimal 218 87 74
Hex DA 57 4A

RGB Percentages of Color #da574a

%57.52
%22.96
%19.53

CMYK Percentages of Color #da574a

%0
%60
%66
%15

Triadic Colors of #da574a

#da574a #4ada57 #574ada

Analogous Colors of #da574a

#da574a #da9f4a #da4a85

Monochromatic Colors of #da574a

#da574a

Complementary Color

#da574a #4acdda

#da574a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da574a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da574a Color CSS Codes

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

#da574a Text Font Color

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

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


#da574a Background Color

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

This div background color is #da574a


#da574a Border Color

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

This div border color is #da574a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da574a


Comments

No comments written yet.

Please login to write comment.