Color Hex Logo

#493150 Color Hex

#493150
(73,49,80)
0 Favorites   0 Comments

Color spaces of #493150

RGB 734980
HSL0.800.240.25
HSV286°39°31°
CMYK 0.090.390.00   0.69
XYZ5.29394.19238.1196
Yxy4.19230.30070.2381
Hunter Lab20.475110.3203-9.1794
CIE-Lab24.297317.2532-14.7044

#493150 color RGB value is (73,49,80).

#493150 hex color red value is 73, green value is 49 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #493150 hue: 0.80 , saturation: 0.24 and the lightness value of 493150 is 0.25.

The process color (four color CMYK) of #493150 color hex is 0.09, 0.39, 0.00, 0.69. Web safe color of #493150 is #333366. Color #493150 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01010000
Octal 111 61 120
Decimal 73 49 80
Hex 49 31 50

RGB Percentages of Color #493150

%36.14
%24.26
%39.60

CMYK Percentages of Color #493150

%9
%39
%0
%69

Triadic Colors of #493150

#493150 #504931 #315049

Analogous Colors of #493150

#493150 #503148 #3a3150

Monochromatic Colors of #493150

#493150

Complementary Color

#493150 #385031

#493150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493150 Color CSS Codes

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

#493150 Text Font Color

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

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


#493150 Background Color

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

This div background color is #493150


#493150 Border Color

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

This div border color is #493150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493150


Comments

No comments written yet.

Please login to write comment.