Color Hex Logo

#673480 Color Hex

#673480
(103,52,128)
0 Favorites   0 Comments

Color spaces of #673480

RGB 10352128
HSL0.780.420.35
HSV280°59°50°
CMYK 0.200.590.00   0.50
XYZ10.71786.898121.1886
Yxy6.89810.27620.1778
Hunter Lab26.264226.8791-29.4471
CIE-Lab31.573836.5009-33.8746

#673480 color RGB value is (103,52,128).

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

The process color (four color CMYK) of #673480 color hex is 0.20, 0.59, 0.00, 0.50. Web safe color of #673480 is #663399. Color #673480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110100 10000000
Octal 147 64 200
Decimal 103 52 128
Hex 67 34 80

RGB Percentages of Color #673480

%36.40
%18.37
%45.23

CMYK Percentages of Color #673480

%20
%59
%0
%50

Triadic Colors of #673480

#673480 #806734 #348067

Analogous Colors of #673480

#673480 #803473 #413480

Monochromatic Colors of #673480

#673480

Complementary Color

#673480 #4d8034

#673480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673480 Color CSS Codes

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

#673480 Text Font Color

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

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


#673480 Background Color

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

This div background color is #673480


#673480 Border Color

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

This div border color is #673480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,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 #673480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673480


Comments

No comments written yet.

Please login to write comment.