Color Hex Logo

#d47305 Color Hex

#D47305
(212,115,5)
0 Favorites   0 Comments

Color spaces of #d47305

RGB 2121155
HSL0.090.950.43
HSV32°98°83°
CMYK 0.000.460.98   0.17
XYZ33.309526.26953.4585
Yxy26.26950.52840.4167
Hunter Lab51.253826.311931.8769
CIE-Lab58.292032.292864.7504

#d47305 color RGB value is (212,115,5).

#d47305 hex color red value is 212, green value is 115 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d47305 hue: 0.09 , saturation: 0.95 and the lightness value of d47305 is 0.43.

The process color (four color CMYK) of #d47305 color hex is 0.00, 0.46, 0.98, 0.17. Web safe color of #d47305 is #cc6600. Color #d47305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 00000101
Octal 324 163 5
Decimal 212 115 5
Hex D4 73 5

RGB Percentages of Color #d47305

%63.86
%34.64
%1.51

CMYK Percentages of Color #d47305

%0
%46
%98
%17

Triadic Colors of #d47305

#d47305 #05d473 #7305d4

Analogous Colors of #d47305

#d47305 #ced405 #d40b05

Monochromatic Colors of #d47305

#d47305

Complementary Color

#d47305 #0566d4

#d47305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47305 Color CSS Codes

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

#d47305 Text Font Color

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

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


#d47305 Background Color

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

This div background color is #d47305


#d47305 Border Color

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

This div border color is #d47305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47305


Comments

No comments written yet.

Please login to write comment.