Color Hex Logo

#473897 Color Hex

#473897
(71,56,151)
0 Favorites   0 Comments

Color spaces of #473897

RGB 7156151
HSL0.690.460.41
HSV249°63°59°
CMYK 0.530.630.00   0.41
XYZ9.59866.402330.0080
Yxy6.40230.20860.1392
Hunter Lab25.302823.4341-52.6035
CIE-Lab30.405632.8172-50.1439

#473897 color RGB value is (71,56,151).

#473897 hex color red value is 71, green value is 56 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #473897 hue: 0.69 , saturation: 0.46 and the lightness value of 473897 is 0.41.

The process color (four color CMYK) of #473897 color hex is 0.53, 0.63, 0.00, 0.41. Web safe color of #473897 is #333399. Color #473897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 10010111
Octal 107 70 227
Decimal 71 56 151
Hex 47 38 97

RGB Percentages of Color #473897

%25.54
%20.14
%54.32

CMYK Percentages of Color #473897

%53
%63
%0
%41

Triadic Colors of #473897

#473897 #974738 #389747

Analogous Colors of #473897

#473897 #773897 #385997

Monochromatic Colors of #473897

#473897

Complementary Color

#473897 #889738

#473897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473897 Color CSS Codes

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

#473897 Text Font Color

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

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


#473897 Background Color

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

This div background color is #473897


#473897 Border Color

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

This div border color is #473897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473897


Comments

No comments written yet.

Please login to write comment.