Color Hex Logo

#da5247 Color Hex

#DA5247
(218,82,71)
0 Favorites   0 Comments

Color spaces of #da5247

RGB 2188271
HSL0.010.670.57
HSV67°85°
CMYK 0.000.620.67   0.15
XYZ33.068121.39498.3480
Yxy21.39490.52650.3406
Hunter Lab46.254646.666721.6776
CIE-Lab53.379052.615834.6545

#da5247 color RGB value is (218,82,71).

#da5247 hex color red value is 218, green value is 82 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #da5247 hue: 0.01 , saturation: 0.67 and the lightness value of da5247 is 0.57.

The process color (four color CMYK) of #da5247 color hex is 0.00, 0.62, 0.67, 0.15. Web safe color of #da5247 is #cc6633. Color #da5247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 01000111
Octal 332 122 107
Decimal 218 82 71
Hex DA 52 47

RGB Percentages of Color #da5247

%58.76
%22.10
%19.14

CMYK Percentages of Color #da5247

%0
%62
%67
%15

Triadic Colors of #da5247

#da5247 #47da52 #5247da

Analogous Colors of #da5247

#da5247 #da9c47 #da4786

Monochromatic Colors of #da5247

#da5247

Complementary Color

#da5247 #47cfda

#da5247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5247 Color CSS Codes

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

#da5247 Text Font Color

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

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


#da5247 Background Color

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

This div background color is #da5247


#da5247 Border Color

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

This div border color is #da5247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5247


Comments

No comments written yet.

Please login to write comment.