Color Hex Logo

#da734b Color Hex

#DA734B
(218,115,75)
0 Favorites   0 Comments

Color spaces of #da734b

RGB 21811575
HSL0.050.660.57
HSV17°66°85°
CMYK 0.000.470.66   0.15
XYZ36.314227.674910.0844
Yxy27.67490.49020.3736
Hunter Lab52.606931.155225.4594
CIE-Lab59.593936.977239.8458

#da734b color RGB value is (218,115,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 01001011
Octal 332 163 113
Decimal 218 115 75
Hex DA 73 4B

RGB Percentages of Color #da734b

%53.43
%28.19
%18.38

CMYK Percentages of Color #da734b

%0
%47
%66
%15

Triadic Colors of #da734b

#da734b #4bda73 #734bda

Analogous Colors of #da734b

#da734b #dabb4b #da4b6b

Monochromatic Colors of #da734b

#da734b

Complementary Color

#da734b #4bb2da

#da734b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da734b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da734b Color CSS Codes

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

#da734b Text Font Color

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

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


#da734b Background Color

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

This div background color is #da734b


#da734b Border Color

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

This div border color is #da734b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da734b


Comments

No comments written yet.

Please login to write comment.