Color Hex Logo

#673192 Color Hex

#673192
(103,49,146)
0 Favorites   0 Comments

Color spaces of #673192

RGB 10349146
HSL0.760.500.38
HSV273°66°57°
CMYK 0.290.660.00   0.43
XYZ11.88017.155527.9491
Yxy7.15550.25290.1523
Hunter Lab26.749832.4633-43.2234
CIE-Lab32.158342.4156-44.0744

#673192 color RGB value is (103,49,146).

#673192 hex color red value is 103, green value is 49 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #673192 hue: 0.76 , saturation: 0.50 and the lightness value of 673192 is 0.38.

The process color (four color CMYK) of #673192 color hex is 0.29, 0.66, 0.00, 0.43. Web safe color of #673192 is #663399. Color #673192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110001 10010010
Octal 147 61 222
Decimal 103 49 146
Hex 67 31 92

RGB Percentages of Color #673192

%34.56
%16.44
%48.99

CMYK Percentages of Color #673192

%29
%66
%0
%43

Triadic Colors of #673192

#673192 #926731 #319267

Analogous Colors of #673192

#673192 #92318d #373192

Monochromatic Colors of #673192

#673192

Complementary Color

#673192 #5c9231

#673192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673192 Color CSS Codes

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

#673192 Text Font Color

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

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


#673192 Background Color

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

This div background color is #673192


#673192 Border Color

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

This div border color is #673192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673192


Comments

No comments written yet.

Please login to write comment.