Color Hex Logo

#673afa Color Hex

#673AFA
(103,58,250)
0 Favorites   0 Comments

Color spaces of #673afa

RGB 10358250
HSL0.710.950.60
HSV254°77°98°
CMYK 0.590.770.00   0.02
XYZ24.361912.811891.6314
Yxy12.81180.18910.0995
Hunter Lab35.793658.8523-126.7266
CIE-Lab42.478365.5484-87.9997

#673afa color RGB value is (103,58,250).

#673afa hex color red value is 103, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #673afa hue: 0.71 , saturation: 0.95 and the lightness value of 673afa is 0.60.

The process color (four color CMYK) of #673afa color hex is 0.59, 0.77, 0.00, 0.02. Web safe color of #673afa is #6633ff. Color #673afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111010 11111010
Octal 147 72 372
Decimal 103 58 250
Hex 67 3A FA

RGB Percentages of Color #673afa

%25.06
%14.11
%60.83

CMYK Percentages of Color #673afa

%59
%77
%0
%2

Triadic Colors of #673afa

#673afa #fa673a #3afa67

Analogous Colors of #673afa

#673afa #c73afa #3a6dfa

Monochromatic Colors of #673afa

#673afa

Complementary Color

#673afa #cdfa3a

#673afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#673afa Color CSS Codes

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

#673afa Text Font Color

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

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


#673afa Background Color

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

This div background color is #673afa


#673afa Border Color

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

This div border color is #673afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,58,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #673afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #673afa;
  -webkit-box-shadow: 1px 1px 3px 2px #673afa;
  box-shadow:         1px 1px 3px 2px #673afa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673afa

Related Colors


Comments

No comments written yet.

Please login to write comment.