Color Hex Logo

#492190 Color Hex

#492190
(73,33,144)
0 Favorites   0 Comments

Color spaces of #492190

RGB 7333144
HSL0.730.630.35
HSV262°77°56°
CMYK 0.490.770.00   0.44
XYZ8.32564.517826.8188
Yxy4.51780.20990.1139
Hunter Lab21.255132.7217-59.9310
CIE-Lab25.314343.9771-54.1373

#492190 color RGB value is (73,33,144).

#492190 hex color red value is 73, green value is 33 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #492190 hue: 0.73 , saturation: 0.63 and the lightness value of 492190 is 0.35.

The process color (four color CMYK) of #492190 color hex is 0.49, 0.77, 0.00, 0.44. Web safe color of #492190 is #333399. Color #492190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100001 10010000
Octal 111 41 220
Decimal 73 33 144
Hex 49 21 90

RGB Percentages of Color #492190

%29.20
%13.20
%57.60

CMYK Percentages of Color #492190

%49
%77
%0
%44

Triadic Colors of #492190

#492190 #904921 #219049

Analogous Colors of #492190

#492190 #812190 #213090

Monochromatic Colors of #492190

#492190

Complementary Color

#492190 #689021

#492190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492190 Color CSS Codes

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

#492190 Text Font Color

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

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


#492190 Background Color

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

This div background color is #492190


#492190 Border Color

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

This div border color is #492190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492190


Comments

No comments written yet.

Please login to write comment.