Color Hex Logo

#483171 Color Hex

#483171
(72,49,113)
0 Favorites   0 Comments

Color spaces of #483171

RGB 7249113
HSL0.730.400.32
HSV262°57°44°
CMYK 0.360.570.00   0.56
XYZ6.75144.766616.1870
Yxy4.76660.24370.1720
Hunter Lab21.832516.9916-28.6758
CIE-Lab26.059225.7826-33.4336

#483171 color RGB value is (72,49,113).

#483171 hex color red value is 72, green value is 49 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #483171 hue: 0.73 , saturation: 0.40 and the lightness value of 483171 is 0.32.

The process color (four color CMYK) of #483171 color hex is 0.36, 0.57, 0.00, 0.56. Web safe color of #483171 is #333366. Color #483171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 01110001
Octal 110 61 161
Decimal 72 49 113
Hex 48 31 71

RGB Percentages of Color #483171

%30.77
%20.94
%48.29

CMYK Percentages of Color #483171

%36
%57
%0
%56

Triadic Colors of #483171

#483171 #714831 #317148

Analogous Colors of #483171

#483171 #683171 #313a71

Monochromatic Colors of #483171

#483171

Complementary Color

#483171 #5a7131

#483171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483171 Color CSS Codes

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

#483171 Text Font Color

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

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


#483171 Background Color

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

This div background color is #483171


#483171 Border Color

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

This div border color is #483171


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,49,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483171; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483171;
  -webkit-box-shadow: 1px 1px 3px 2px #483171;
  box-shadow:         1px 1px 3px 2px #483171; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,49,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483171


Comments

No comments written yet.

Please login to write comment.