Color Hex Logo

#482573 Color Hex

#482573
(72,37,115)
0 Favorites   0 Comments

Color spaces of #482573

RGB 7237115
HSL0.740.510.30
HSV267°68°45°
CMYK 0.370.680.00   0.55
XYZ6.42863.938716.6411
Yxy3.93870.23800.1458
Hunter Lab19.846223.0892-35.8226
CIE-Lab23.467733.5984-38.8833

#482573 color RGB value is (72,37,115).

#482573 hex color red value is 72, green value is 37 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #482573 hue: 0.74 , saturation: 0.51 and the lightness value of 482573 is 0.30.

The process color (four color CMYK) of #482573 color hex is 0.37, 0.68, 0.00, 0.55. Web safe color of #482573 is #333366. Color #482573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 01110011
Octal 110 45 163
Decimal 72 37 115
Hex 48 25 73

RGB Percentages of Color #482573

%32.14
%16.52
%51.34

CMYK Percentages of Color #482573

%37
%68
%0
%55

Triadic Colors of #482573

#482573 #734825 #257348

Analogous Colors of #482573

#482573 #6f2573 #252973

Monochromatic Colors of #482573

#482573

Complementary Color

#482573 #507325

#482573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482573 Color CSS Codes

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

#482573 Text Font Color

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

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


#482573 Background Color

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

This div background color is #482573


#482573 Border Color

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

This div border color is #482573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482573


Comments

No comments written yet.

Please login to write comment.