Color Hex Logo

#483499 Color Hex

#483499
(72,52,153)
0 Favorites   0 Comments

Color spaces of #483499

RGB 7252153
HSL0.700.490.40
HSV252°66°60°
CMYK 0.530.660.00   0.40
XYZ9.65026.133630.8123
Yxy6.13360.20710.1316
Hunter Lab24.766126.2125-56.4283
CIE-Lab29.747136.0721-52.4318

#483499 color RGB value is (72,52,153).

#483499 hex color red value is 72, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #483499 hue: 0.70 , saturation: 0.49 and the lightness value of 483499 is 0.40.

The process color (four color CMYK) of #483499 color hex is 0.53, 0.66, 0.00, 0.40. Web safe color of #483499 is #333399. Color #483499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 10011001
Octal 110 64 231
Decimal 72 52 153
Hex 48 34 99

RGB Percentages of Color #483499

%25.99
%18.77
%55.23

CMYK Percentages of Color #483499

%53
%66
%0
%40

Triadic Colors of #483499

#483499 #994834 #349948

Analogous Colors of #483499

#483499 #7b3499 #345299

Monochromatic Colors of #483499

#483499

Complementary Color

#483499 #859934

#483499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483499 Color CSS Codes

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

#483499 Text Font Color

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

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


#483499 Background Color

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

This div background color is #483499


#483499 Border Color

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

This div border color is #483499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483499


Comments

No comments written yet.

Please login to write comment.