Color Hex Logo

#481086 Color Hex

#481086
(72,16,134)
0 Favorites   0 Comments

Color spaces of #481086

RGB 7216134
HSL0.750.790.29
HSV268°88°53°
CMYK 0.460.880.00   0.47
XYZ7.16093.469522.8465
Yxy3.46950.21390.1036
Hunter Lab18.626636.0269-59.6837
CIE-Lab21.833848.1001-53.6149

#481086 color RGB value is (72,16,134).

#481086 hex color red value is 72, green value is 16 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #481086 hue: 0.75 , saturation: 0.79 and the lightness value of 481086 is 0.29.

The process color (four color CMYK) of #481086 color hex is 0.46, 0.88, 0.00, 0.47. Web safe color of #481086 is #330099. Color #481086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 10000110
Octal 110 20 206
Decimal 72 16 134
Hex 48 10 86

RGB Percentages of Color #481086

%32.43
%7.21
%60.36

CMYK Percentages of Color #481086

%46
%88
%0
%47

Triadic Colors of #481086

#481086 #864810 #108648

Analogous Colors of #481086

#481086 #831086 #101386

Monochromatic Colors of #481086

#481086

Complementary Color

#481086 #4e8610

#481086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481086 Color CSS Codes

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

#481086 Text Font Color

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

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


#481086 Background Color

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

This div background color is #481086


#481086 Border Color

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

This div border color is #481086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481086


Comments

No comments written yet.

Please login to write comment.