Color Hex Logo

#483999 Color Hex

#483999
(72,57,153)
1 Favorites   0 Comments

Color spaces of #483999

RGB 7257153
HSL0.690.460.41
HSV249°63°60°
CMYK 0.530.630.00   0.40
XYZ9.88546.603930.8907
Yxy6.60390.20860.1394
Hunter Lab25.698123.6929-53.2817
CIE-Lab30.887633.0357-50.5766

#483999 color RGB value is (72,57,153).

#483999 hex color red value is 72, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #483999 hue: 0.69 , saturation: 0.46 and the lightness value of 483999 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 10011001
Octal 110 71 231
Decimal 72 57 153
Hex 48 39 99

RGB Percentages of Color #483999

%25.53
%20.21
%54.26

CMYK Percentages of Color #483999

%53
%63
%0
%40

Triadic Colors of #483999

#483999 #994839 #399948

Analogous Colors of #483999

#483999 #783999 #395a99

Monochromatic Colors of #483999

#483999

Complementary Color

#483999 #8a9939

#483999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483999 Color CSS Codes

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

#483999 Text Font Color

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

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


#483999 Background Color

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

This div background color is #483999


#483999 Border Color

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

This div border color is #483999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483999


Comments

No comments written yet.

Please login to write comment.