Color Hex Logo

#481994 Color Hex

#481994
(72,25,148)
0 Favorites   0 Comments

Color spaces of #481994

RGB 7225148
HSL0.730.710.34
HSV263°83°58°
CMYK 0.510.830.00   0.42
XYZ8.36544.211128.3889
Yxy4.21110.20420.1028
Hunter Lab20.521036.8541-67.6577
CIE-Lab24.357448.4549-58.1875

#481994 color RGB value is (72,25,148).

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

The process color (four color CMYK) of #481994 color hex is 0.51, 0.83, 0.00, 0.42. Web safe color of #481994 is #330099. Color #481994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 10010100
Octal 110 31 224
Decimal 72 25 148
Hex 48 19 94

RGB Percentages of Color #481994

%29.39
%10.20
%60.41

CMYK Percentages of Color #481994

%51
%83
%0
%42

Triadic Colors of #481994

#481994 #944819 #199448

Analogous Colors of #481994

#481994 #861994 #192894

Monochromatic Colors of #481994

#481994

Complementary Color

#481994 #659419

#481994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481994 Color CSS Codes

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

#481994 Text Font Color

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

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


#481994 Background Color

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

This div background color is #481994


#481994 Border Color

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

This div border color is #481994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481994


Comments

No comments written yet.

Please login to write comment.