Color Hex Logo

#472173 Color Hex

#472173
(71,33,115)
0 Favorites   0 Comments

Color spaces of #472173

RGB 7133115
HSL0.740.550.29
HSV268°71°45°
CMYK 0.380.710.00   0.55
XYZ6.23693.665116.5984
Yxy3.66510.23540.1383
Hunter Lab19.144524.6491-38.0038
CIE-Lab22.531935.5870-40.4053

#472173 color RGB value is (71,33,115).

#472173 hex color red value is 71, green value is 33 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #472173 hue: 0.74 , saturation: 0.55 and the lightness value of 472173 is 0.29.

The process color (four color CMYK) of #472173 color hex is 0.38, 0.71, 0.00, 0.55. Web safe color of #472173 is #333366. Color #472173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 01110011
Octal 107 41 163
Decimal 71 33 115
Hex 47 21 73

RGB Percentages of Color #472173

%32.42
%15.07
%52.51

CMYK Percentages of Color #472173

%38
%71
%0
%55

Triadic Colors of #472173

#472173 #734721 #217347

Analogous Colors of #472173

#472173 #702173 #212473

Monochromatic Colors of #472173

#472173

Complementary Color

#472173 #4d7321

#472173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472173 Color CSS Codes

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

#472173 Text Font Color

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

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


#472173 Background Color

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

This div background color is #472173


#472173 Border Color

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

This div border color is #472173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472173


Comments

No comments written yet.

Please login to write comment.