Color Hex Logo

#da750f Color Hex

#DA750F
(218,117,15)
0 Favorites   0 Comments

Color spaces of #da750f

RGB 21811715
HSL0.080.870.46
HSV30°93°85°
CMYK 0.000.460.93   0.15
XYZ35.361027.66253.9276
Yxy27.66250.52820.4132
Hunter Lab52.595227.968432.3891
CIE-Lab59.582633.823264.2324

#da750f color RGB value is (218,117,15).

#da750f hex color red value is 218, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #da750f hue: 0.08 , saturation: 0.87 and the lightness value of da750f is 0.46.

The process color (four color CMYK) of #da750f color hex is 0.00, 0.46, 0.93, 0.15. Web safe color of #da750f is #cc6600. Color #da750f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 00001111
Octal 332 165 17
Decimal 218 117 15
Hex DA 75 F

RGB Percentages of Color #da750f

%62.29
%33.43
%4.29

CMYK Percentages of Color #da750f

%0
%46
%93
%15

Triadic Colors of #da750f

#da750f #0fda75 #750fda

Analogous Colors of #da750f

#da750f #dada0f #da100f

Monochromatic Colors of #da750f

#da750f

Complementary Color

#da750f #0f74da

#da750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da750f Color CSS Codes

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

#da750f Text Font Color

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

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


#da750f Background Color

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

This div background color is #da750f


#da750f Border Color

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

This div border color is #da750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da750f


Comments

No comments written yet.

Please login to write comment.