Color Hex Logo

#71153a Color Hex

#71153A
(113,21,58)
0 Favorites   0 Comments

Color spaces of #71153a

RGB 1132158
HSL0.930.690.26
HSV336°81°44°
CMYK 0.000.810.49   0.56
XYZ7.84194.35254.4298
Yxy4.35250.47170.2618
Hunter Lab20.862630.58542.0147
CIE-Lab24.804141.78961.5652

#71153a color RGB value is (113,21,58).

#71153a hex color red value is 113, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #71153a hue: 0.93 , saturation: 0.69 and the lightness value of 71153a is 0.26.

The process color (four color CMYK) of #71153a color hex is 0.00, 0.81, 0.49, 0.56. Web safe color of #71153a is #660033. Color #71153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010101 00111010
Octal 161 25 72
Decimal 113 21 58
Hex 71 15 3A

RGB Percentages of Color #71153a

%58.85
%10.94
%30.21

CMYK Percentages of Color #71153a

%0
%81
%49
%56

Triadic Colors of #71153a

#71153a #3a7115 #153a71

Analogous Colors of #71153a

#71153a #711e15 #711568

Monochromatic Colors of #71153a

#71153a

Complementary Color

#71153a #15714c

#71153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71153a Color CSS Codes

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

#71153a Text Font Color

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

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


#71153a Background Color

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

This div background color is #71153a


#71153a Border Color

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

This div border color is #71153a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,21,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71153a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71153a;
  -webkit-box-shadow: 1px 1px 3px 2px #71153a;
  box-shadow:         1px 1px 3px 2px #71153a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71153a


Comments

No comments written yet.

Please login to write comment.