Color Hex Logo

#683f96 Color Hex

#683F96
(104,63,150)
0 Favorites   0 Comments

Color spaces of #683f96

RGB 10463150
HSL0.750.410.42
HSV268°58°59°
CMYK 0.310.580.00   0.41
XYZ12.99148.700129.8487
Yxy8.70010.25210.1688
Hunter Lab29.495927.0019-39.3519
CIE-Lab35.400336.0052-41.3014

#683f96 color RGB value is (104,63,150).

#683f96 hex color red value is 104, green value is 63 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #683f96 hue: 0.75 , saturation: 0.41 and the lightness value of 683f96 is 0.42.

The process color (four color CMYK) of #683f96 color hex is 0.31, 0.58, 0.00, 0.41. Web safe color of #683f96 is #663399. Color #683f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111111 10010110
Octal 150 77 226
Decimal 104 63 150
Hex 68 3F 96

RGB Percentages of Color #683f96

%32.81
%19.87
%47.32

CMYK Percentages of Color #683f96

%31
%58
%0
%41

Triadic Colors of #683f96

#683f96 #96683f #3f9668

Analogous Colors of #683f96

#683f96 #943f96 #3f4296

Monochromatic Colors of #683f96

#683f96

Complementary Color

#683f96 #6d963f

#683f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683f96 Color CSS Codes

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

#683f96 Text Font Color

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

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


#683f96 Background Color

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

This div background color is #683f96


#683f96 Border Color

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

This div border color is #683f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683f96


Comments

No comments written yet.

Please login to write comment.