Color Hex Logo

#683fbf Color Hex

#683FBF
(104,63,191)
0 Favorites   0 Comments

Color spaces of #683fbf

RGB 10463191
HSL0.720.500.50
HSV259°67°75°
CMYK 0.460.670.00   0.25
XYZ16.890410.259750.3803
Yxy10.25970.21790.1323
Hunter Lab32.030838.0724-70.8341
CIE-Lab38.304547.0349-61.0619

#683fbf color RGB value is (104,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111111 10111111
Octal 150 77 277
Decimal 104 63 191
Hex 68 3F BF

RGB Percentages of Color #683fbf

%29.05
%17.60
%53.35

CMYK Percentages of Color #683fbf

%46
%67
%0
%25

Triadic Colors of #683fbf

#683fbf #bf683f #3fbf68

Analogous Colors of #683fbf

#683fbf #a83fbf #3f56bf

Monochromatic Colors of #683fbf

#683fbf

Complementary Color

#683fbf #96bf3f

#683fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#683fbf Color CSS Codes

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

#683fbf Text Font Color

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

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


#683fbf Background Color

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

This div background color is #683fbf


#683fbf Border Color

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

This div border color is #683fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683fbf


Comments

No comments written yet.

Please login to write comment.