Color Hex Logo

#481081 Color Hex

#481081
(72,16,129)
0 Favorites   0 Comments

Color spaces of #481081

RGB 7216129
HSL0.750.780.28
HSV270°88°51°
CMYK 0.440.880.00   0.49
XYZ6.82023.333321.0528
Yxy3.33330.21860.1068
Hunter Lab18.257334.7301-55.5881
CIE-Lab21.332146.8589-51.2845

#481081 color RGB value is (72,16,129).

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

The process color (four color CMYK) of #481081 color hex is 0.44, 0.88, 0.00, 0.49. Web safe color of #481081 is #330099. Color #481081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 10000001
Octal 110 20 201
Decimal 72 16 129
Hex 48 10 81

RGB Percentages of Color #481081

%33.18
%7.37
%59.45

CMYK Percentages of Color #481081

%44
%88
%0
%49

Triadic Colors of #481081

#481081 #814810 #108148

Analogous Colors of #481081

#481081 #811081 #101081

Monochromatic Colors of #481081

#481081

Complementary Color

#481081 #498110

#481081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481081 Color CSS Codes

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

#481081 Text Font Color

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

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


#481081 Background Color

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

This div background color is #481081


#481081 Border Color

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

This div border color is #481081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481081


Comments

No comments written yet.

Please login to write comment.