Color Hex Logo

#471161 Color Hex

#471161
(71,17,97)
0 Favorites   0 Comments

Color spaces of #471161

RGB 711797
HSL0.780.700.22
HSV281°82°38°
CMYK 0.270.820.00   0.62
XYZ4.95672.603611.5506
Yxy2.60360.25940.1362
Hunter Lab16.135726.5958-31.1473
CIE-Lab18.380838.6117-35.3998

#471161 color RGB value is (71,17,97).

#471161 hex color red value is 71, green value is 17 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #471161 hue: 0.78 , saturation: 0.70 and the lightness value of 471161 is 0.22.

The process color (four color CMYK) of #471161 color hex is 0.27, 0.82, 0.00, 0.62. Web safe color of #471161 is #330066. Color #471161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010001 01100001
Octal 107 21 141
Decimal 71 17 97
Hex 47 11 61

RGB Percentages of Color #471161

%38.38
%9.19
%52.43

CMYK Percentages of Color #471161

%27
%82
%0
%62

Triadic Colors of #471161

#471161 #614711 #116147

Analogous Colors of #471161

#471161 #611153 #1f1161

Monochromatic Colors of #471161

#471161

Complementary Color

#471161 #2b6111

#471161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471161 Color CSS Codes

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

#471161 Text Font Color

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

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


#471161 Background Color

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

This div background color is #471161


#471161 Border Color

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

This div border color is #471161


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,17,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #471161; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #471161;
  -webkit-box-shadow: 1px 1px 3px 2px #471161;
  box-shadow:         1px 1px 3px 2px #471161; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,17,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471161


Comments

No comments written yet.

Please login to write comment.