Color Hex Logo

#471061 Color Hex

#471061
(71,16,97)
0 Favorites   0 Comments

Color spaces of #471061

RGB 711697
HSL0.780.720.22
HSV281°84°38°
CMYK 0.270.840.00   0.62
XYZ4.94152.573211.5455
Yxy2.57320.25930.1350
Hunter Lab16.041226.9149-31.4446
CIE-Lab18.246538.9996-35.6175

#471061 color RGB value is (71,16,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 01100001
Octal 107 20 141
Decimal 71 16 97
Hex 47 10 61

RGB Percentages of Color #471061

%38.59
%8.70
%52.72

CMYK Percentages of Color #471061

%27
%84
%0
%62

Triadic Colors of #471061

#471061 #614710 #106147

Analogous Colors of #471061

#471061 #611052 #1f1061

Monochromatic Colors of #471061

#471061

Complementary Color

#471061 #2a6110

#471061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471061 Color CSS Codes

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

#471061 Text Font Color

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

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


#471061 Background Color

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

This div background color is #471061


#471061 Border Color

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

This div border color is #471061


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,16,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 #471061">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471061


Comments

No comments written yet.

Please login to write comment.