Color Hex Logo

#483363 Color Hex

#483363
(72,51,99)
0 Favorites   0 Comments

Color spaces of #483363

RGB 725199
HSL0.740.320.29
HSV266°48°39°
CMYK 0.270.480.00   0.61
XYZ6.10844.646212.3792
Yxy4.64620.26400.2008
Hunter Lab21.555012.8631-18.9621
CIE-Lab25.702020.5277-24.9889

#483363 color RGB value is (72,51,99).

#483363 hex color red value is 72, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #483363 hue: 0.74 , saturation: 0.32 and the lightness value of 483363 is 0.29.

The process color (four color CMYK) of #483363 color hex is 0.27, 0.48, 0.00, 0.61. Web safe color of #483363 is #333366. Color #483363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 01100011
Octal 110 63 143
Decimal 72 51 99
Hex 48 33 63

RGB Percentages of Color #483363

%32.43
%22.97
%44.59

CMYK Percentages of Color #483363

%27
%48
%0
%61

Triadic Colors of #483363

#483363 #634833 #336348

Analogous Colors of #483363

#483363 #603363 #333663

Monochromatic Colors of #483363

#483363

Complementary Color

#483363 #4e6333

#483363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483363 Color CSS Codes

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

#483363 Text Font Color

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

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


#483363 Background Color

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

This div background color is #483363


#483363 Border Color

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

This div border color is #483363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483363


Comments

No comments written yet.

Please login to write comment.