Color Hex Logo

#673080 Color Hex

#673080
(103,48,128)
0 Favorites   0 Comments

Color spaces of #673080

RGB 10348128
HSL0.780.450.35
HSV281°63°50°
CMYK 0.200.630.00   0.50
XYZ10.54686.556021.1316
Yxy6.55600.27580.1715
Hunter Lab25.604728.7175-31.0089
CIE-Lab30.774038.6569-35.1496

#673080 color RGB value is (103,48,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110000 10000000
Octal 147 60 200
Decimal 103 48 128
Hex 67 30 80

RGB Percentages of Color #673080

%36.92
%17.20
%45.88

CMYK Percentages of Color #673080

%20
%63
%0
%50

Triadic Colors of #673080

#673080 #806730 #308067

Analogous Colors of #673080

#673080 #803071 #3f3080

Monochromatic Colors of #673080

#673080

Complementary Color

#673080 #498030

#673080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673080 Color CSS Codes

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

#673080 Text Font Color

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

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


#673080 Background Color

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

This div background color is #673080


#673080 Border Color

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

This div border color is #673080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673080


Comments

No comments written yet.

Please login to write comment.