Color Hex Logo

#481092 Color Hex

#481092
(72,16,146)
0 Favorites   0 Comments

Color spaces of #481092

RGB 7216146
HSL0.740.800.32
HSV266°89°57°
CMYK 0.510.890.00   0.43
XYZ8.04613.823627.5081
Yxy3.82360.20430.0971
Hunter Lab19.554039.2297-69.7198
CIE-Lab23.079551.0967-59.0555

#481092 color RGB value is (72,16,146).

#481092 hex color red value is 72, green value is 16 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #481092 hue: 0.74 , saturation: 0.80 and the lightness value of 481092 is 0.32.

The process color (four color CMYK) of #481092 color hex is 0.51, 0.89, 0.00, 0.43. Web safe color of #481092 is #330099. Color #481092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 10010010
Octal 110 20 222
Decimal 72 16 146
Hex 48 10 92

RGB Percentages of Color #481092

%30.77
%6.84
%62.39

CMYK Percentages of Color #481092

%51
%89
%0
%43

Triadic Colors of #481092

#481092 #924810 #109248

Analogous Colors of #481092

#481092 #891092 #101992

Monochromatic Colors of #481092

#481092

Complementary Color

#481092 #5a9210

#481092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481092 Color CSS Codes

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

#481092 Text Font Color

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

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


#481092 Background Color

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

This div background color is #481092


#481092 Border Color

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

This div border color is #481092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481092


Comments

No comments written yet.

Please login to write comment.