Color Hex Logo

#71264a Color Hex

#71264A
(113,38,74)
0 Favorites   0 Comments

Color spaces of #71264a

RGB 1133874
HSL0.920.500.30
HSV331°66°44°
CMYK 0.000.660.35   0.56
XYZ8.73925.39137.0586
Yxy5.39130.41240.2544
Hunter Lab23.219226.5500-1.7707
CIE-Lab27.821736.7872-4.7886

#71264a color RGB value is (113,38,74).

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

The process color (four color CMYK) of #71264a color hex is 0.00, 0.66, 0.35, 0.56. Web safe color of #71264a is #663333. Color #71264a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01001010
Octal 161 46 112
Decimal 113 38 74
Hex 71 26 4A

RGB Percentages of Color #71264a

%50.22
%16.89
%32.89

CMYK Percentages of Color #71264a

%0
%66
%35
%56

Triadic Colors of #71264a

#71264a #4a7126 #264a71

Analogous Colors of #71264a

#71264a #712826 #712670

Monochromatic Colors of #71264a

#71264a

Complementary Color

#71264a #26714d

#71264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71264a Color CSS Codes

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

#71264a Text Font Color

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

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


#71264a Background Color

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

This div background color is #71264a


#71264a Border Color

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

This div border color is #71264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71264a


Comments

No comments written yet.

Please login to write comment.