Color Hex Logo

#473894 Color Hex

#473894
(71,56,148)
0 Favorites   0 Comments

Color spaces of #473894

RGB 7156148
HSL0.690.450.40
HSV250°62°58°
CMYK 0.520.620.00   0.42
XYZ9.35806.306128.7409
Yxy6.30610.21070.1420
Hunter Lab25.111922.5723-50.2797
CIE-Lab30.172031.8622-48.6883

#473894 color RGB value is (71,56,148).

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

The process color (four color CMYK) of #473894 color hex is 0.52, 0.62, 0.00, 0.42. Web safe color of #473894 is #333399. Color #473894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111000 10010100
Octal 107 70 224
Decimal 71 56 148
Hex 47 38 94

RGB Percentages of Color #473894

%25.82
%20.36
%53.82

CMYK Percentages of Color #473894

%52
%62
%0
%42

Triadic Colors of #473894

#473894 #944738 #389447

Analogous Colors of #473894

#473894 #753894 #385794

Monochromatic Colors of #473894

#473894

Complementary Color

#473894 #859438

#473894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473894 Color CSS Codes

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

#473894 Text Font Color

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

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


#473894 Background Color

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

This div background color is #473894


#473894 Border Color

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

This div border color is #473894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473894


Comments

No comments written yet.

Please login to write comment.