Color Hex Logo

#712233 Color Hex

#712233
(113,34,51)
0 Favorites   0 Comments

Color spaces of #712233

RGB 1133451
HSL0.960.540.29
HSV347°70°44°
CMYK 0.000.700.55   0.56
XYZ7.97964.89383.6560
Yxy4.89380.48280.2961
Hunter Lab22.121925.67335.6867
CIE-Lab26.430036.04818.6326

#712233 color RGB value is (113,34,51).

#712233 hex color red value is 113, green value is 34 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #712233 hue: 0.96 , saturation: 0.54 and the lightness value of 712233 is 0.29.

The process color (four color CMYK) of #712233 color hex is 0.00, 0.70, 0.55, 0.56. Web safe color of #712233 is #663333. Color #712233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 00110011
Octal 161 42 63
Decimal 113 34 51
Hex 71 22 33

RGB Percentages of Color #712233

%57.07
%17.17
%25.76

CMYK Percentages of Color #712233

%0
%70
%55
%56

Triadic Colors of #712233

#712233 #337122 #223371

Analogous Colors of #712233

#712233 #713822 #71225b

Monochromatic Colors of #712233

#712233

Complementary Color

#712233 #227160

#712233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712233 Color CSS Codes

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

#712233 Text Font Color

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

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


#712233 Background Color

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

This div background color is #712233


#712233 Border Color

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

This div border color is #712233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712233


Comments

No comments written yet.

Please login to write comment.