Color Hex Logo

#493480 Color Hex

#493480
(73,52,128)
0 Favorites   0 Comments

Color spaces of #493480

RGB 7352128
HSL0.710.420.35
HSV257°59°50°
CMYK 0.430.590.00   0.50
XYZ7.87195.431021.0555
Yxy5.43100.22910.1581
Hunter Lab23.304519.5116-37.2551
CIE-Lab27.929028.5976-39.9156

#493480 color RGB value is (73,52,128).

#493480 hex color red value is 73, green value is 52 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #493480 hue: 0.71 , saturation: 0.42 and the lightness value of 493480 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 10000000
Octal 111 64 200
Decimal 73 52 128
Hex 49 34 80

RGB Percentages of Color #493480

%28.85
%20.55
%50.59

CMYK Percentages of Color #493480

%43
%59
%0
%50

Triadic Colors of #493480

#493480 #804934 #348049

Analogous Colors of #493480

#493480 #6f3480 #344580

Monochromatic Colors of #493480

#493480

Complementary Color

#493480 #6b8034

#493480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493480 Color CSS Codes

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

#493480 Text Font Color

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

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


#493480 Background Color

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

This div background color is #493480


#493480 Border Color

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

This div border color is #493480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493480


Comments

No comments written yet.

Please login to write comment.