Color Hex Logo

#673493 Color Hex

#673493
(103,52,147)
0 Favorites   0 Comments

Color spaces of #673493

RGB 10352147
HSL0.760.480.39
HSV272°65°58°
CMYK 0.300.650.00   0.42
XYZ12.08807.446128.4039
Yxy7.44610.25220.1553
Hunter Lab27.287531.3198-42.6143
CIE-Lab32.801641.0926-43.6510

#673493 color RGB value is (103,52,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110100 10010011
Octal 147 64 223
Decimal 103 52 147
Hex 67 34 93

RGB Percentages of Color #673493

%34.11
%17.22
%48.68

CMYK Percentages of Color #673493

%30
%65
%0
%42

Triadic Colors of #673493

#673493 #936734 #349367

Analogous Colors of #673493

#673493 #933490 #383493

Monochromatic Colors of #673493

#673493

Complementary Color

#673493 #609334

#673493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#673493 Color CSS Codes

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

#673493 Text Font Color

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

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


#673493 Background Color

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

This div background color is #673493


#673493 Border Color

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

This div border color is #673493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673493


Comments

No comments written yet.

Please login to write comment.