Color Hex Logo

#683fc1 Color Hex

#683FC1
(104,63,193)
0 Favorites   0 Comments

Color spaces of #683fc1

RGB 10463193
HSL0.720.510.50
HSV259°67°76°
CMYK 0.460.670.00   0.24
XYZ17.112110.348351.5476
Yxy10.34830.21660.1310
Hunter Lab32.168838.6573-72.4888
CIE-Lab38.460447.5876-61.9788

#683fc1 color RGB value is (104,63,193).

#683fc1 hex color red value is 104, green value is 63 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #683fc1 hue: 0.72 , saturation: 0.51 and the lightness value of 683fc1 is 0.50.

The process color (four color CMYK) of #683fc1 color hex is 0.46, 0.67, 0.00, 0.24. Web safe color of #683fc1 is #6633cc. Color #683fc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111111 11000001
Octal 150 77 301
Decimal 104 63 193
Hex 68 3F C1

RGB Percentages of Color #683fc1

%28.89
%17.50
%53.61

CMYK Percentages of Color #683fc1

%46
%67
%0
%24

Triadic Colors of #683fc1

#683fc1 #c1683f #3fc168

Analogous Colors of #683fc1

#683fc1 #a93fc1 #3f57c1

Monochromatic Colors of #683fc1

#683fc1

Complementary Color

#683fc1 #98c13f

#683fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683fc1 Color CSS Codes

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

#683fc1 Text Font Color

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

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


#683fc1 Background Color

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

This div background color is #683fc1


#683fc1 Border Color

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

This div border color is #683fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683fc1


Comments

No comments written yet.

Please login to write comment.