Color Hex Logo

#da534d Color Hex

#DA534D
(218,83,77)
0 Favorites   0 Comments

Color spaces of #da534d

RGB 2188377
HSL0.010.660.58
HSV65°85°
CMYK 0.000.620.65   0.15
XYZ33.346321.62789.4382
Yxy21.62780.51770.3358
Hunter Lab46.505746.606120.5213
CIE-Lab53.629852.518031.5386

#da534d color RGB value is (218,83,77).

#da534d hex color red value is 218, green value is 83 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da534d hue: 0.01 , saturation: 0.66 and the lightness value of da534d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 01001101
Octal 332 123 115
Decimal 218 83 77
Hex DA 53 4D

RGB Percentages of Color #da534d

%57.67
%21.96
%20.37

CMYK Percentages of Color #da534d

%0
%62
%65
%15

Triadic Colors of #da534d

#da534d #4dda53 #534dda

Analogous Colors of #da534d

#da534d #da9a4d #da4d8e

Monochromatic Colors of #da534d

#da534d

Complementary Color

#da534d #4dd4da

#da534d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da534d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da534d Color CSS Codes

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

#da534d Text Font Color

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

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


#da534d Background Color

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

This div background color is #da534d


#da534d Border Color

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

This div border color is #da534d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da534d


Comments

No comments written yet.

Please login to write comment.