Color Hex Logo

#da5043 Color Hex

#DA5043
(218,80,67)
0 Favorites   0 Comments

Color spaces of #da5043

RGB 2188067
HSL0.010.670.56
HSV69°85°
CMYK 0.000.630.69   0.15
XYZ32.795221.04807.6444
Yxy21.04800.53340.3423
Hunter Lab45.878147.311122.2355
CIE-Lab53.002053.270836.4619

#da5043 color RGB value is (218,80,67).

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

The process color (four color CMYK) of #da5043 color hex is 0.00, 0.63, 0.69, 0.15. Web safe color of #da5043 is #cc6633. Color #da5043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 01000011
Octal 332 120 103
Decimal 218 80 67
Hex DA 50 43

RGB Percentages of Color #da5043

%59.73
%21.92
%18.36

CMYK Percentages of Color #da5043

%0
%63
%69
%15

Triadic Colors of #da5043

#da5043 #43da50 #5043da

Analogous Colors of #da5043

#da5043 #da9c43 #da4382

Monochromatic Colors of #da5043

#da5043

Complementary Color

#da5043 #43cdda

#da5043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5043 Color CSS Codes

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

#da5043 Text Font Color

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

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


#da5043 Background Color

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

This div background color is #da5043


#da5043 Border Color

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

This div border color is #da5043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5043


Comments

No comments written yet.

Please login to write comment.