Color Hex Logo

#481faa Color Hex

#481FAA
(72,31,170)
0 Favorites   0 Comments

Color spaces of #481faa

RGB 7231170
HSL0.720.690.39
HSV258°82°67°
CMYK 0.580.820.00   0.33
XYZ10.41825.260038.4964
Yxy5.26000.19230.0971
Hunter Lab22.934740.9488-83.4653
CIE-Lab27.463051.9477-66.4857

#481faa color RGB value is (72,31,170).

#481faa hex color red value is 72, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #481faa hue: 0.72 , saturation: 0.69 and the lightness value of 481faa is 0.39.

The process color (four color CMYK) of #481faa color hex is 0.58, 0.82, 0.00, 0.33. Web safe color of #481faa is #333399. Color #481faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 10101010
Octal 110 37 252
Decimal 72 31 170
Hex 48 1F AA

RGB Percentages of Color #481faa

%26.37
%11.36
%62.27

CMYK Percentages of Color #481faa

%58
%82
%0
%33

Triadic Colors of #481faa

#481faa #aa481f #1faa48

Analogous Colors of #481faa

#481faa #8e1faa #1f3baa

Monochromatic Colors of #481faa

#481faa

Complementary Color

#481faa #81aa1f

#481faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#481faa Color CSS Codes

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

#481faa Text Font Color

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

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


#481faa Background Color

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

This div background color is #481faa


#481faa Border Color

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

This div border color is #481faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,31,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481faa;
  -webkit-box-shadow: 1px 1px 3px 2px #481faa;
  box-shadow:         1px 1px 3px 2px #481faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481faa


Comments

No comments written yet.

Please login to write comment.