Color Hex Logo

#683f93 Color Hex

#683F93
(104,63,147)
0 Favorites   0 Comments

Color spaces of #683f93

RGB 10463147
HSL0.750.400.41
HSV269°57°58°
CMYK 0.290.570.00   0.42
XYZ12.75298.604728.5925
Yxy8.60470.25530.1723
Hunter Lab29.333826.2690-37.2581
CIE-Lab35.211835.2322-39.7777

#683f93 color RGB value is (104,63,147).

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

The process color (four color CMYK) of #683f93 color hex is 0.29, 0.57, 0.00, 0.42. Web safe color of #683f93 is #663399. Color #683f93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111111 10010011
Octal 150 77 223
Decimal 104 63 147
Hex 68 3F 93

RGB Percentages of Color #683f93

%33.12
%20.06
%46.82

CMYK Percentages of Color #683f93

%29
%57
%0
%42

Triadic Colors of #683f93

#683f93 #93683f #3f9368

Analogous Colors of #683f93

#683f93 #923f93 #3f4093

Monochromatic Colors of #683f93

#683f93

Complementary Color

#683f93 #6a933f

#683f93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683f93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683f93 Color CSS Codes

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

#683f93 Text Font Color

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

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


#683f93 Background Color

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

This div background color is #683f93


#683f93 Border Color

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

This div border color is #683f93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,63,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 #683f93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683f93


Comments

No comments written yet.

Please login to write comment.