Color Hex Logo

#483980 Color Hex

#483980
(72,57,128)
0 Favorites   0 Comments

Color spaces of #483980

RGB 7257128
HSL0.700.380.36
HSV253°55°50°
CMYK 0.440.550.00   0.50
XYZ8.03195.862521.1303
Yxy5.86250.22930.1674
Hunter Lab24.212616.8407-34.7935
CIE-Lab29.062925.1769-38.0974

#483980 color RGB value is (72,57,128).

#483980 hex color red value is 72, green value is 57 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #483980 hue: 0.70 , saturation: 0.38 and the lightness value of 483980 is 0.36.

The process color (four color CMYK) of #483980 color hex is 0.44, 0.55, 0.00, 0.50. Web safe color of #483980 is #333399. Color #483980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 10000000
Octal 110 71 200
Decimal 72 57 128
Hex 48 39 80

RGB Percentages of Color #483980

%28.02
%22.18
%49.81

CMYK Percentages of Color #483980

%44
%55
%0
%50

Triadic Colors of #483980

#483980 #804839 #398048

Analogous Colors of #483980

#483980 #6c3980 #394e80

Monochromatic Colors of #483980

#483980

Complementary Color

#483980 #718039

#483980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483980 Color CSS Codes

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

#483980 Text Font Color

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

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


#483980 Background Color

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

This div background color is #483980


#483980 Border Color

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

This div border color is #483980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483980


Comments

No comments written yet.

Please login to write comment.