Color Hex Logo

#491293 Color Hex

#491293
(73,18,147)
0 Favorites   0 Comments

Color spaces of #491293

RGB 7318147
HSL0.740.780.32
HSV266°88°58°
CMYK 0.500.880.00   0.42
XYZ8.23043.955727.9335
Yxy3.95570.20510.0986
Hunter Lab19.888939.0608-69.3490
CIE-Lab23.524450.8423-58.9367

#491293 color RGB value is (73,18,147).

#491293 hex color red value is 73, green value is 18 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #491293 hue: 0.74 , saturation: 0.78 and the lightness value of 491293 is 0.32.

The process color (four color CMYK) of #491293 color hex is 0.50, 0.88, 0.00, 0.42. Web safe color of #491293 is #330099. Color #491293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010010 10010011
Octal 111 22 223
Decimal 73 18 147
Hex 49 12 93

RGB Percentages of Color #491293

%30.67
%7.56
%61.76

CMYK Percentages of Color #491293

%50
%88
%0
%42

Triadic Colors of #491293

#491293 #934912 #129349

Analogous Colors of #491293

#491293 #8a1293 #121c93

Monochromatic Colors of #491293

#491293

Complementary Color

#491293 #5c9312

#491293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491293 Color CSS Codes

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

#491293 Text Font Color

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

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


#491293 Background Color

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

This div background color is #491293


#491293 Border Color

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

This div border color is #491293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,18,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #491293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #491293;
  -webkit-box-shadow: 1px 1px 3px 2px #491293;
  box-shadow:         1px 1px 3px 2px #491293; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,18,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491293


Comments

No comments written yet.

Please login to write comment.