Color Hex Logo

#483559 Color Hex

#483559
(72,53,89)
0 Favorites   0 Comments

Color spaces of #483559

RGB 725389
HSL0.750.250.28
HSV272°40°35°
CMYK 0.190.400.00   0.65
XYZ5.74884.645210.0448
Yxy4.64520.28130.2273
Hunter Lab21.55279.8944-12.5456
CIE-Lab25.699016.5308-18.4750

#483559 color RGB value is (72,53,89).

#483559 hex color red value is 72, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #483559 hue: 0.75 , saturation: 0.25 and the lightness value of 483559 is 0.28.

The process color (four color CMYK) of #483559 color hex is 0.19, 0.40, 0.00, 0.65. Web safe color of #483559 is #333366. Color #483559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110101 01011001
Octal 110 65 131
Decimal 72 53 89
Hex 48 35 59

RGB Percentages of Color #483559

%33.64
%24.77
%41.59

CMYK Percentages of Color #483559

%19
%40
%0
%65

Triadic Colors of #483559

#483559 #594835 #355948

Analogous Colors of #483559

#483559 #593558 #363559

Monochromatic Colors of #483559

#483559

Complementary Color

#483559 #465935

#483559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483559 Color CSS Codes

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

#483559 Text Font Color

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

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


#483559 Background Color

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

This div background color is #483559


#483559 Border Color

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

This div border color is #483559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483559


Comments

No comments written yet.

Please login to write comment.