Color Hex Logo

#493585 Color Hex

#493585
(73,53,133)
0 Favorites   0 Comments

Color spaces of #493585

RGB 7353133
HSL0.710.430.36
HSV255°60°52°
CMYK 0.450.600.00   0.48
XYZ8.25445.656122.8470
Yxy5.65610.22460.1539
Hunter Lab23.782620.3339-40.3099
CIE-Lab28.527729.4913-42.0746

#493585 color RGB value is (73,53,133).

#493585 hex color red value is 73, green value is 53 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #493585 hue: 0.71 , saturation: 0.43 and the lightness value of 493585 is 0.36.

The process color (four color CMYK) of #493585 color hex is 0.45, 0.60, 0.00, 0.48. Web safe color of #493585 is #333399. Color #493585 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 10000101
Octal 111 65 205
Decimal 73 53 133
Hex 49 35 85

RGB Percentages of Color #493585

%28.19
%20.46
%51.35

CMYK Percentages of Color #493585

%45
%60
%0
%48

Triadic Colors of #493585

#493585 #854935 #358549

Analogous Colors of #493585

#493585 #713585 #354985

Monochromatic Colors of #493585

#493585

Complementary Color

#493585 #718535

#493585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493585 Color CSS Codes

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

#493585 Text Font Color

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

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


#493585 Background Color

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

This div background color is #493585


#493585 Border Color

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

This div border color is #493585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493585


Comments

No comments written yet.

Please login to write comment.