Color Hex Logo

#481159 Color Hex

#481159
(72,17,89)
0 Favorites   0 Comments

Color spaces of #481159

RGB 721789
HSL0.790.680.21
HSV286°81°35°
CMYK 0.190.810.00   0.65
XYZ4.67612.49999.6873
Yxy2.49990.27730.1482
Hunter Lab15.811125.1217-25.2587
CIE-Lab17.918237.0122-30.8052

#481159 color RGB value is (72,17,89).

#481159 hex color red value is 72, green value is 17 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #481159 hue: 0.79 , saturation: 0.68 and the lightness value of 481159 is 0.21.

The process color (four color CMYK) of #481159 color hex is 0.19, 0.81, 0.00, 0.65. Web safe color of #481159 is #330066. Color #481159 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010001 01011001
Octal 110 21 131
Decimal 72 17 89
Hex 48 11 59

RGB Percentages of Color #481159

%40.45
%9.55
%50.00

CMYK Percentages of Color #481159

%19
%81
%0
%65

Triadic Colors of #481159

#481159 #594811 #115948

Analogous Colors of #481159

#481159 #591146 #241159

Monochromatic Colors of #481159

#481159

Complementary Color

#481159 #225911

#481159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481159 Color CSS Codes

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

#481159 Text Font Color

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

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


#481159 Background Color

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

This div background color is #481159


#481159 Border Color

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

This div border color is #481159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481159


Comments

No comments written yet.

Please login to write comment.