Color Hex Logo

#481063 Color Hex

#481063
(72,16,99)
0 Favorites   0 Comments

Color spaces of #481063

RGB 721699
HSL0.780.720.23
HSV280°84°39°
CMYK 0.270.840.00   0.61
XYZ5.10992.649212.0464
Yxy2.64920.25800.1338
Hunter Lab16.276427.5557-32.4880
CIE-Lab18.580439.6566-36.3915

#481063 color RGB value is (72,16,99).

#481063 hex color red value is 72, green value is 16 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #481063 hue: 0.78 , saturation: 0.72 and the lightness value of 481063 is 0.23.

The process color (four color CMYK) of #481063 color hex is 0.27, 0.84, 0.00, 0.61. Web safe color of #481063 is #330066. Color #481063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 01100011
Octal 110 20 143
Decimal 72 16 99
Hex 48 10 63

RGB Percentages of Color #481063

%38.50
%8.56
%52.94

CMYK Percentages of Color #481063

%27
%84
%0
%61

Triadic Colors of #481063

#481063 #634810 #106348

Analogous Colors of #481063

#481063 #631055 #1f1063

Monochromatic Colors of #481063

#481063

Complementary Color

#481063 #2b6310

#481063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481063 Color CSS Codes

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

#481063 Text Font Color

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

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


#481063 Background Color

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

This div background color is #481063


#481063 Border Color

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

This div border color is #481063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481063


Comments

No comments written yet.

Please login to write comment.