Color Hex Logo

#683fa9 Color Hex

#683FA9
(104,63,169)
0 Favorites   0 Comments

Color spaces of #683fa9

RGB 10463169
HSL0.730.460.45
HSV263°63°66°
CMYK 0.380.630.00   0.34
XYZ14.64799.362638.5713
Yxy9.36260.23410.1496
Hunter Lab30.598431.9035-53.3202
CIE-Lab36.673341.0306-50.6976

#683fa9 color RGB value is (104,63,169).

#683fa9 hex color red value is 104, green value is 63 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #683fa9 hue: 0.73 , saturation: 0.46 and the lightness value of 683fa9 is 0.45.

The process color (four color CMYK) of #683fa9 color hex is 0.38, 0.63, 0.00, 0.34. Web safe color of #683fa9 is #663399. Color #683fa9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111111 10101001
Octal 150 77 251
Decimal 104 63 169
Hex 68 3F A9

RGB Percentages of Color #683fa9

%30.95
%18.75
%50.30

CMYK Percentages of Color #683fa9

%38
%63
%0
%34

Triadic Colors of #683fa9

#683fa9 #a9683f #3fa968

Analogous Colors of #683fa9

#683fa9 #9d3fa9 #3f4ba9

Monochromatic Colors of #683fa9

#683fa9

Complementary Color

#683fa9 #80a93f

#683fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683fa9 Color CSS Codes

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

#683fa9 Text Font Color

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

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


#683fa9 Background Color

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

This div background color is #683fa9


#683fa9 Border Color

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

This div border color is #683fa9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,63,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683fa9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683fa9;
  -webkit-box-shadow: 1px 1px 3px 2px #683fa9;
  box-shadow:         1px 1px 3px 2px #683fa9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,63,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683fa9


Comments

No comments written yet.

Please login to write comment.