Color Hex Logo

#492163 Color Hex

#492163
(73,33,99)
0 Favorites   0 Comments

Color spaces of #492163

RGB 733399
HSL0.770.500.26
HSV276°67°39°
CMYK 0.260.670.00   0.61
XYZ5.54363.405012.1694
Yxy3.40500.26250.1612
Hunter Lab18.452621.3334-26.1845
CIE-Lab21.597931.8445-31.5145

#492163 color RGB value is (73,33,99).

#492163 hex color red value is 73, green value is 33 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #492163 hue: 0.77 , saturation: 0.50 and the lightness value of 492163 is 0.26.

The process color (four color CMYK) of #492163 color hex is 0.26, 0.67, 0.00, 0.61. Web safe color of #492163 is #333366. Color #492163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100001 01100011
Octal 111 41 143
Decimal 73 33 99
Hex 49 21 63

RGB Percentages of Color #492163

%35.61
%16.10
%48.29

CMYK Percentages of Color #492163

%26
%67
%0
%61

Triadic Colors of #492163

#492163 #634921 #216349

Analogous Colors of #492163

#492163 #63215c #282163

Monochromatic Colors of #492163

#492163

Complementary Color

#492163 #3b6321

#492163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492163 Color CSS Codes

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

#492163 Text Font Color

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

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


#492163 Background Color

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

This div background color is #492163


#492163 Border Color

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

This div border color is #492163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492163


Comments

No comments written yet.

Please login to write comment.