Color Hex Logo

#483180 Color Hex

#483180
(72,49,128)
0 Favorites   0 Comments

Color spaces of #483180

RGB 7249128
HSL0.720.450.35
HSV257°62°50°
CMYK 0.440.620.00   0.50
XYZ7.66715.132921.0087
Yxy5.13290.22680.1518
Hunter Lab22.655920.7593-39.1202
CIE-Lab27.110130.2207-41.2417

#483180 color RGB value is (72,49,128).

#483180 hex color red value is 72, green value is 49 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #483180 hue: 0.72 , saturation: 0.45 and the lightness value of 483180 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 10000000
Octal 110 61 200
Decimal 72 49 128
Hex 48 31 80

RGB Percentages of Color #483180

%28.92
%19.68
%51.41

CMYK Percentages of Color #483180

%44
%62
%0
%50

Triadic Colors of #483180

#483180 #804831 #318048

Analogous Colors of #483180

#483180 #703180 #314180

Monochromatic Colors of #483180

#483180

Complementary Color

#483180 #698031

#483180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483180 Color CSS Codes

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

#483180 Text Font Color

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

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


#483180 Background Color

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

This div background color is #483180


#483180 Border Color

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

This div border color is #483180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,49,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 #483180">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483180


Comments

No comments written yet.

Please login to write comment.