Color Hex Logo

#472c92 Color Hex

#472C92
(71,44,146)
0 Favorites   0 Comments

Color spaces of #472c92

RGB 7144146
HSL0.710.540.37
HSV256°70°57°
CMYK 0.510.700.00   0.43
XYZ8.68755.216327.7431
Yxy5.21630.20860.1253
Hunter Lab22.839227.9285-56.0329
CIE-Lab27.342338.4075-52.0648

#472c92 color RGB value is (71,44,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 10010010
Octal 107 54 222
Decimal 71 44 146
Hex 47 2C 92

RGB Percentages of Color #472c92

%27.20
%16.86
%55.94

CMYK Percentages of Color #472c92

%51
%70
%0
%43

Triadic Colors of #472c92

#472c92 #92472c #2c9247

Analogous Colors of #472c92

#472c92 #7a2c92 #2c4492

Monochromatic Colors of #472c92

#472c92

Complementary Color

#472c92 #77922c

#472c92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472c92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472c92 Color CSS Codes

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

#472c92 Text Font Color

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

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


#472c92 Background Color

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

This div background color is #472c92


#472c92 Border Color

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

This div border color is #472c92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472c92


Comments

No comments written yet.

Please login to write comment.