Color Hex Logo

#712656 Color Hex

#712656
(113,38,86)
0 Favorites   0 Comments

Color spaces of #712656

RGB 1133886
HSL0.890.500.30
HSV322°66°44°
CMYK 0.000.660.24   0.56
XYZ9.18295.56889.3950
Yxy5.56880.38030.2306
Hunter Lab23.598328.1634-7.0858
CIE-Lab28.297438.4929-12.0027

#712656 color RGB value is (113,38,86).

#712656 hex color red value is 113, green value is 38 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #712656 hue: 0.89 , saturation: 0.50 and the lightness value of 712656 is 0.30.

The process color (four color CMYK) of #712656 color hex is 0.00, 0.66, 0.24, 0.56. Web safe color of #712656 is #663366. Color #712656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01010110
Octal 161 46 126
Decimal 113 38 86
Hex 71 26 56

RGB Percentages of Color #712656

%47.68
%16.03
%36.29

CMYK Percentages of Color #712656

%0
%66
%24
%56

Triadic Colors of #712656

#712656 #567126 #265671

Analogous Colors of #712656

#712656 #712631 #672671

Monochromatic Colors of #712656

#712656

Complementary Color

#712656 #267141

#712656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712656 Color CSS Codes

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

#712656 Text Font Color

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

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


#712656 Background Color

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

This div background color is #712656


#712656 Border Color

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

This div border color is #712656


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,38,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712656


Comments

No comments written yet.

Please login to write comment.