Color Hex Logo

#da5748 Color Hex

#DA5748
(218,87,72)
0 Favorites   0 Comments

Color spaces of #da5748

RGB 2188772
HSL0.020.660.57
HSV67°85°
CMYK 0.000.600.67   0.15
XYZ33.491322.18978.6487
Yxy22.18970.52060.3449
Hunter Lab47.105944.474222.0885
CIE-Lab54.227750.451435.1096

#da5748 color RGB value is (218,87,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 01001000
Octal 332 127 110
Decimal 218 87 72
Hex DA 57 48

RGB Percentages of Color #da5748

%57.82
%23.08
%19.10

CMYK Percentages of Color #da5748

%0
%60
%67
%15

Triadic Colors of #da5748

#da5748 #48da57 #5748da

Analogous Colors of #da5748

#da5748 #daa048 #da4882

Monochromatic Colors of #da5748

#da5748

Complementary Color

#da5748 #48cbda

#da5748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5748 Color CSS Codes

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

#da5748 Text Font Color

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

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


#da5748 Background Color

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

This div background color is #da5748


#da5748 Border Color

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

This div border color is #da5748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5748


Comments

No comments written yet.

Please login to write comment.