Color Hex Logo

#481696 Color Hex

#481696
(72,22,150)
0 Favorites   0 Comments

Color spaces of #481696

RGB 7222150
HSL0.730.740.34
HSV263°85°59°
CMYK 0.520.850.00   0.41
XYZ8.46444.153529.2098
Yxy4.15350.20240.0993
Hunter Lab20.380138.4704-70.7112
CIE-Lab24.172550.1256-59.7260

#481696 color RGB value is (72,22,150).

#481696 hex color red value is 72, green value is 22 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #481696 hue: 0.73 , saturation: 0.74 and the lightness value of 481696 is 0.34.

The process color (four color CMYK) of #481696 color hex is 0.52, 0.85, 0.00, 0.41. Web safe color of #481696 is #330099. Color #481696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010110 10010110
Octal 110 26 226
Decimal 72 22 150
Hex 48 16 96

RGB Percentages of Color #481696

%29.51
%9.02
%61.48

CMYK Percentages of Color #481696

%52
%85
%0
%41

Triadic Colors of #481696

#481696 #964816 #169648

Analogous Colors of #481696

#481696 #881696 #162496

Monochromatic Colors of #481696

#481696

Complementary Color

#481696 #649616

#481696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481696 Color CSS Codes

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

#481696 Text Font Color

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

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


#481696 Background Color

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

This div background color is #481696


#481696 Border Color

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

This div border color is #481696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481696


Comments

No comments written yet.

Please login to write comment.