Color Hex Logo

#483373 Color Hex

#483373
(72,51,115)
0 Favorites   0 Comments

Color spaces of #483373

RGB 7251115
HSL0.720.390.33
HSV260°56°45°
CMYK 0.370.560.00   0.55
XYZ6.95084.983216.8152
Yxy4.98320.24180.1733
Hunter Lab22.323116.5146-29.0349
CIE-Lab26.686825.0960-33.7047

#483373 color RGB value is (72,51,115).

#483373 hex color red value is 72, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #483373 hue: 0.72 , saturation: 0.39 and the lightness value of 483373 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 01110011
Octal 110 63 163
Decimal 72 51 115
Hex 48 33 73

RGB Percentages of Color #483373

%30.25
%21.43
%48.32

CMYK Percentages of Color #483373

%37
%56
%0
%55

Triadic Colors of #483373

#483373 #734833 #337348

Analogous Colors of #483373

#483373 #683373 #333e73

Monochromatic Colors of #483373

#483373

Complementary Color

#483373 #5e7333

#483373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483373 Color CSS Codes

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

#483373 Text Font Color

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

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


#483373 Background Color

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

This div background color is #483373


#483373 Border Color

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

This div border color is #483373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483373


Comments

No comments written yet.

Please login to write comment.