Color Hex Logo

#481263 Color Hex

#481263
(72,18,99)
0 Favorites   0 Comments

Color spaces of #481263

RGB 721899
HSL0.780.690.23
HSV280°82°39°
CMYK 0.270.820.00   0.61
XYZ5.14092.711212.0567
Yxy2.71120.25820.1362
Hunter Lab16.465726.9160-31.8879
CIE-Lab18.848138.8836-35.9573

#481263 color RGB value is (72,18,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 01100011
Octal 110 22 143
Decimal 72 18 99
Hex 48 12 63

RGB Percentages of Color #481263

%38.10
%9.52
%52.38

CMYK Percentages of Color #481263

%27
%82
%0
%61

Triadic Colors of #481263

#481263 #634812 #126348

Analogous Colors of #481263

#481263 #631255 #201263

Monochromatic Colors of #481263

#481263

Complementary Color

#481263 #2d6312

#481263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481263 Color CSS Codes

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

#481263 Text Font Color

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

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


#481263 Background Color

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

This div background color is #481263


#481263 Border Color

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

This div border color is #481263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481263


Comments

No comments written yet.

Please login to write comment.