Color Hex Logo

#da742f Color Hex

#DA742F
(218,116,47)
0 Favorites   0 Comments

Color spaces of #da742f

RGB 21811647
HSL0.070.700.52
HSV24°78°85°
CMYK 0.000.470.78   0.15
XYZ35.671927.60146.1368
Yxy27.60140.51390.3977
Hunter Lab52.537029.259229.8503
CIE-Lab59.526935.114153.5373

#da742f color RGB value is (218,116,47).

#da742f hex color red value is 218, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #da742f hue: 0.07 , saturation: 0.70 and the lightness value of da742f is 0.52.

The process color (four color CMYK) of #da742f color hex is 0.00, 0.47, 0.78, 0.15. Web safe color of #da742f is #cc6633. Color #da742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 00101111
Octal 332 164 57
Decimal 218 116 47
Hex DA 74 2F

RGB Percentages of Color #da742f

%57.22
%30.45
%12.34

CMYK Percentages of Color #da742f

%0
%47
%78
%15

Triadic Colors of #da742f

#da742f #2fda74 #742fda

Analogous Colors of #da742f

#da742f #daca2f #da2f3f

Monochromatic Colors of #da742f

#da742f

Complementary Color

#da742f #2f95da

#da742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da742f Color CSS Codes

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

#da742f Text Font Color

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

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


#da742f Background Color

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

This div background color is #da742f


#da742f Border Color

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

This div border color is #da742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da742f


Comments

No comments written yet.

Please login to write comment.