Color Hex Logo

#673294 Color Hex

#673294
(103,50,148)
0 Favorites   0 Comments

Color spaces of #673294

RGB 10350148
HSL0.760.490.39
HSV272°66°58°
CMYK 0.300.660.00   0.42
XYZ12.07947.302928.7899
Yxy7.30290.25080.1516
Hunter Lab27.023932.4959-44.2479
CIE-Lab32.486842.3902-44.7701

#673294 color RGB value is (103,50,148).

#673294 hex color red value is 103, green value is 50 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #673294 hue: 0.76 , saturation: 0.49 and the lightness value of 673294 is 0.39.

The process color (four color CMYK) of #673294 color hex is 0.30, 0.66, 0.00, 0.42. Web safe color of #673294 is #663399. Color #673294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110010 10010100
Octal 147 62 224
Decimal 103 50 148
Hex 67 32 94

RGB Percentages of Color #673294

%34.22
%16.61
%49.17

CMYK Percentages of Color #673294

%30
%66
%0
%42

Triadic Colors of #673294

#673294 #946732 #329467

Analogous Colors of #673294

#673294 #943290 #363294

Monochromatic Colors of #673294

#673294

Complementary Color

#673294 #5f9432

#673294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673294 Color CSS Codes

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

#673294 Text Font Color

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

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


#673294 Background Color

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

This div background color is #673294


#673294 Border Color

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

This div border color is #673294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673294


Comments

No comments written yet.

Please login to write comment.