Color Hex Logo

#471591 Color Hex

#471591
(71,21,145)
0 Favorites   0 Comments

Color spaces of #471591

RGB 7121145
HSL0.730.750.33
HSV264°86°57°
CMYK 0.510.860.00   0.43
XYZ7.97753.920327.1243
Yxy3.92030.20440.1005
Hunter Lab19.799737.2697-67.3634
CIE-Lab23.406249.0627-57.9014

#471591 color RGB value is (71,21,145).

#471591 hex color red value is 71, green value is 21 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #471591 hue: 0.73 , saturation: 0.75 and the lightness value of 471591 is 0.33.

The process color (four color CMYK) of #471591 color hex is 0.51, 0.86, 0.00, 0.43. Web safe color of #471591 is #330099. Color #471591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010101 10010001
Octal 107 25 221
Decimal 71 21 145
Hex 47 15 91

RGB Percentages of Color #471591

%29.96
%8.86
%61.18

CMYK Percentages of Color #471591

%51
%86
%0
%43

Triadic Colors of #471591

#471591 #914715 #159147

Analogous Colors of #471591

#471591 #851591 #152191

Monochromatic Colors of #471591

#471591

Complementary Color

#471591 #5f9115

#471591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471591 Color CSS Codes

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

#471591 Text Font Color

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

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


#471591 Background Color

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

This div background color is #471591


#471591 Border Color

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

This div border color is #471591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471591


Comments

No comments written yet.

Please login to write comment.