Color Hex Logo

#481463 Color Hex

#481463
(72,20,99)
0 Favorites   0 Comments

Color spaces of #481463

RGB 722099
HSL0.780.660.23
HSV279°80°39°
CMYK 0.270.800.00   0.61
XYZ5.17482.778912.0680
Yxy2.77890.25850.1388
Hunter Lab16.670026.2384-31.2530
CIE-Lab19.135738.0584-35.4913

#481463 color RGB value is (72,20,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010100 01100011
Octal 110 24 143
Decimal 72 20 99
Hex 48 14 63

RGB Percentages of Color #481463

%37.70
%10.47
%51.83

CMYK Percentages of Color #481463

%27
%80
%0
%61

Triadic Colors of #481463

#481463 #634814 #146348

Analogous Colors of #481463

#481463 #631456 #211463

Monochromatic Colors of #481463

#481463

Complementary Color

#481463 #2f6314

#481463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481463 Color CSS Codes

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

#481463 Text Font Color

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

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


#481463 Background Color

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

This div background color is #481463


#481463 Border Color

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

This div border color is #481463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481463


Comments

No comments written yet.

Please login to write comment.