Color Hex Logo

#472162 Color Hex

#472162
(71,33,98)
0 Favorites   0 Comments

Color spaces of #472162

RGB 713398
HSL0.760.500.26
HSV275°66°38°
CMYK 0.280.660.00   0.62
XYZ5.34703.309111.9122
Yxy3.30910.26000.1609
Hunter Lab18.190920.6337-26.0920
CIE-Lab21.241631.0606-31.4453

#472162 color RGB value is (71,33,98).

#472162 hex color red value is 71, green value is 33 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #472162 hue: 0.76 , saturation: 0.50 and the lightness value of 472162 is 0.26.

The process color (four color CMYK) of #472162 color hex is 0.28, 0.66, 0.00, 0.62. Web safe color of #472162 is #333366. Color #472162 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 01100010
Octal 107 41 142
Decimal 71 33 98
Hex 47 21 62

RGB Percentages of Color #472162

%35.15
%16.34
%48.51

CMYK Percentages of Color #472162

%28
%66
%0
%62

Triadic Colors of #472162

#472162 #624721 #216247

Analogous Colors of #472162

#472162 #62215d #272162

Monochromatic Colors of #472162

#472162

Complementary Color

#472162 #3c6221

#472162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472162 Color CSS Codes

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

#472162 Text Font Color

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

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


#472162 Background Color

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

This div background color is #472162


#472162 Border Color

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

This div border color is #472162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472162


Comments

No comments written yet.

Please login to write comment.