Color Hex Logo

#d75806 Color Hex

#D75806
(215,88,6)
0 Favorites   0 Comments

Color spaces of #d75806

RGB 215886
HSL0.070.950.43
HSV24°97°84°
CMYK 0.000.590.97   0.16
XYZ31.546921.43972.6479
Yxy21.43970.56700.3854
Hunter Lab46.303040.584329.0215
CIE-Lab53.427446.929961.7581

#d75806 color RGB value is (215,88,6).

#d75806 hex color red value is 215, green value is 88 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #d75806 hue: 0.07 , saturation: 0.95 and the lightness value of d75806 is 0.43.

The process color (four color CMYK) of #d75806 color hex is 0.00, 0.59, 0.97, 0.16. Web safe color of #d75806 is #cc6600. Color #d75806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011000 00000110
Octal 327 130 6
Decimal 215 88 6
Hex D7 58 6

RGB Percentages of Color #d75806

%69.58
%28.48
%1.94

CMYK Percentages of Color #d75806

%0
%59
%97
%16

Triadic Colors of #d75806

#d75806 #06d758 #5806d7

Analogous Colors of #d75806

#d75806 #d7c106 #d7061d

Monochromatic Colors of #d75806

#d75806

Complementary Color

#d75806 #0685d7

#d75806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75806 Color CSS Codes

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

#d75806 Text Font Color

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

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


#d75806 Background Color

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

This div background color is #d75806


#d75806 Border Color

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

This div border color is #d75806


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,88,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d75806; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d75806;
  -webkit-box-shadow: 1px 1px 3px 2px #d75806;
  box-shadow:         1px 1px 3px 2px #d75806; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,88,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75806


Comments

No comments written yet.

Please login to write comment.