Color Hex Logo

#71266d Color Hex

#71266D
(113,38,109)
0 Favorites   0 Comments

Color spaces of #71266d

RGB 11338109
HSL0.840.500.30
HSV303°66°44°
CMYK 0.000.660.04   0.56
XYZ10.26356.001115.0854
Yxy6.00110.32740.1914
Hunter Lab24.497131.9157-19.3629
CIE-Lab29.415242.3426-25.1872

#71266d color RGB value is (113,38,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01101101
Octal 161 46 155
Decimal 113 38 109
Hex 71 26 6D

RGB Percentages of Color #71266d

%43.46
%14.62
%41.92

CMYK Percentages of Color #71266d

%0
%66
%4
%56

Triadic Colors of #71266d

#71266d #6d7126 #266d71

Analogous Colors of #71266d

#71266d #712648 #502671

Monochromatic Colors of #71266d

#71266d

Complementary Color

#71266d #26712a

#71266d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71266d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71266d Color CSS Codes

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

#71266d Text Font Color

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

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


#71266d Background Color

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

This div background color is #71266d


#71266d Border Color

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

This div border color is #71266d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71266d


Comments

No comments written yet.

Please login to write comment.