Color Hex Logo

#492893 Color Hex

#492893
(73,40,147)
0 Favorites   0 Comments

Color spaces of #492893

RGB 7340147
HSL0.720.570.37
HSV259°73°58°
CMYK 0.500.730.00   0.42
XYZ8.77295.040628.1143
Yxy5.04060.20920.1202
Hunter Lab22.451330.4596-58.5292
CIE-Lab26.850141.2647-53.4764

#492893 color RGB value is (73,40,147).

#492893 hex color red value is 73, green value is 40 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #492893 hue: 0.72 , saturation: 0.57 and the lightness value of 492893 is 0.37.

The process color (four color CMYK) of #492893 color hex is 0.50, 0.73, 0.00, 0.42. Web safe color of #492893 is #333399. Color #492893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101000 10010011
Octal 111 50 223
Decimal 73 40 147
Hex 49 28 93

RGB Percentages of Color #492893

%28.08
%15.38
%56.54

CMYK Percentages of Color #492893

%50
%73
%0
%42

Triadic Colors of #492893

#492893 #934928 #289349

Analogous Colors of #492893

#492893 #7f2893 #283d93

Monochromatic Colors of #492893

#492893

Complementary Color

#492893 #729328

#492893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492893 Color CSS Codes

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

#492893 Text Font Color

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

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


#492893 Background Color

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

This div background color is #492893


#492893 Border Color

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

This div border color is #492893


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,40,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 #492893">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492893


Comments

No comments written yet.

Please login to write comment.