Color Hex Logo

#712305 Color Hex

#712305
(113,35,5)
0 Favorites   0 Comments

Color spaces of #712305

RGB 113355
HSL0.050.920.23
HSV17°96°44°
CMYK 0.000.690.96   0.56
XYZ7.43854.72370.6633
Yxy4.72370.58000.3683
Hunter Lab21.734123.057113.4044
CIE-Lab25.932633.127135.2240

#712305 color RGB value is (113,35,5).

#712305 hex color red value is 113, green value is 35 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #712305 hue: 0.05 , saturation: 0.92 and the lightness value of 712305 is 0.23.

The process color (four color CMYK) of #712305 color hex is 0.00, 0.69, 0.96, 0.56. Web safe color of #712305 is #663300. Color #712305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 00000101
Octal 161 43 5
Decimal 113 35 5
Hex 71 23 5

RGB Percentages of Color #712305

%73.86
%22.88
%3.27

CMYK Percentages of Color #712305

%0
%69
%96
%56

Triadic Colors of #712305

#712305 #057123 #230571

Analogous Colors of #712305

#712305 #715905 #71051d

Monochromatic Colors of #712305

#712305

Complementary Color

#712305 #055371

#712305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712305 Color CSS Codes

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

#712305 Text Font Color

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

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


#712305 Background Color

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

This div background color is #712305


#712305 Border Color

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

This div border color is #712305


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,35,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 #712305">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712305


Comments

No comments written yet.

Please login to write comment.