Color Hex Logo

#473982 Color Hex

#473982
(71,57,130)
0 Favorites   0 Comments

Color spaces of #473982

RGB 7157130
HSL0.700.390.37
HSV252°56°51°
CMYK 0.450.560.00   0.49
XYZ8.09095.877621.8271
Yxy5.87760.22600.1642
Hunter Lab24.243817.1444-36.4092
CIE-Lab29.101525.5462-39.2898

#473982 color RGB value is (71,57,130).

#473982 hex color red value is 71, green value is 57 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #473982 hue: 0.70 , saturation: 0.39 and the lightness value of 473982 is 0.37.

The process color (four color CMYK) of #473982 color hex is 0.45, 0.56, 0.00, 0.49. Web safe color of #473982 is #333399. Color #473982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00111001 10000010
Octal 107 71 202
Decimal 71 57 130
Hex 47 39 82

RGB Percentages of Color #473982

%27.52
%22.09
%50.39

CMYK Percentages of Color #473982

%45
%56
%0
%49

Triadic Colors of #473982

#473982 #824739 #398247

Analogous Colors of #473982

#473982 #6c3982 #395082

Monochromatic Colors of #473982

#473982

Complementary Color

#473982 #748239

#473982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473982 Color CSS Codes

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

#473982 Text Font Color

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

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


#473982 Background Color

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

This div background color is #473982


#473982 Border Color

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

This div border color is #473982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473982


Comments

No comments written yet.

Please login to write comment.