Color Hex Logo

#472c91 Color Hex

#472C91
(71,44,145)
0 Favorites   0 Comments

Color spaces of #472c91

RGB 7144145
HSL0.710.530.37
HSV256°70°57°
CMYK 0.510.700.00   0.43
XYZ8.61005.185327.3351
Yxy5.18530.20930.1261
Hunter Lab22.771327.6426-55.2331
CIE-Lab27.256338.1066-51.5885

#472c91 color RGB value is (71,44,145).

#472c91 hex color red value is 71, green value is 44 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #472c91 hue: 0.71 , saturation: 0.53 and the lightness value of 472c91 is 0.37.

The process color (four color CMYK) of #472c91 color hex is 0.51, 0.70, 0.00, 0.43. Web safe color of #472c91 is #333399. Color #472c91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 10010001
Octal 107 54 221
Decimal 71 44 145
Hex 47 2C 91

RGB Percentages of Color #472c91

%27.31
%16.92
%55.77

CMYK Percentages of Color #472c91

%51
%70
%0
%43

Triadic Colors of #472c91

#472c91 #91472c #2c9147

Analogous Colors of #472c91

#472c91 #7a2c91 #2c4391

Monochromatic Colors of #472c91

#472c91

Complementary Color

#472c91 #76912c

#472c91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472c91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472c91 Color CSS Codes

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

#472c91 Text Font Color

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

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


#472c91 Background Color

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

This div background color is #472c91


#472c91 Border Color

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

This div border color is #472c91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472c91


Comments

No comments written yet.

Please login to write comment.