Color Hex Logo

#da524e Color Hex

#DA524E
(218,82,78)
0 Favorites   0 Comments

Color spaces of #da524e

RGB 2188278
HSL0.000.650.58
HSV64°85°
CMYK 0.000.620.64   0.15
XYZ33.305921.49019.6003
Yxy21.49010.51720.3337
Hunter Lab46.357447.119420.1716
CIE-Lab53.481853.013830.7794

#da524e color RGB value is (218,82,78).

#da524e hex color red value is 218, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #da524e hue: 0.00 , saturation: 0.65 and the lightness value of da524e is 0.58.

The process color (four color CMYK) of #da524e color hex is 0.00, 0.62, 0.64, 0.15. Web safe color of #da524e is #cc6666. Color #da524e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 01001110
Octal 332 122 116
Decimal 218 82 78
Hex DA 52 4E

RGB Percentages of Color #da524e

%57.67
%21.69
%20.63

CMYK Percentages of Color #da524e

%0
%62
%64
%15

Triadic Colors of #da524e

#da524e #4eda52 #524eda

Analogous Colors of #da524e

#da524e #da984e #da4e90

Monochromatic Colors of #da524e

#da524e

Complementary Color

#da524e #4ed6da

#da524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da524e Color CSS Codes

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

#da524e Text Font Color

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

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


#da524e Background Color

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

This div background color is #da524e


#da524e Border Color

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

This div border color is #da524e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da524e


Comments

No comments written yet.

Please login to write comment.