Color Hex Logo

#492592 Color Hex

#492592
(73,37,146)
0 Favorites   0 Comments

Color spaces of #492592

RGB 7337146
HSL0.720.600.36
HSV260°75°57°
CMYK 0.500.750.00   0.43
XYZ8.59754.814927.6704
Yxy4.81490.20930.1172
Hunter Lab21.942931.5385-59.4058
CIE-Lab26.200842.5475-53.9221

#492592 color RGB value is (73,37,146).

#492592 hex color red value is 73, green value is 37 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #492592 hue: 0.72 , saturation: 0.60 and the lightness value of 492592 is 0.36.

The process color (four color CMYK) of #492592 color hex is 0.50, 0.75, 0.00, 0.43. Web safe color of #492592 is #333399. Color #492592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 10010010
Octal 111 45 222
Decimal 73 37 146
Hex 49 25 92

RGB Percentages of Color #492592

%28.52
%14.45
%57.03

CMYK Percentages of Color #492592

%50
%75
%0
%43

Triadic Colors of #492592

#492592 #924925 #259249

Analogous Colors of #492592

#492592 #802592 #253892

Monochromatic Colors of #492592

#492592

Complementary Color

#492592 #6e9225

#492592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492592 Color CSS Codes

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

#492592 Text Font Color

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

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


#492592 Background Color

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

This div background color is #492592


#492592 Border Color

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

This div border color is #492592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492592


Comments

No comments written yet.

Please login to write comment.