Color Hex Logo

#680fba Color Hex

#680FBA
(104,15,186)
0 Favorites   0 Comments

Color spaces of #680fba

RGB 10415186
HSL0.750.850.39
HSV271°92°73°
CMYK 0.440.920.00   0.27
XYZ14.74276.829946.9956
Yxy6.82990.21500.0996
Hunter Lab26.134154.9604-88.3244
CIE-Lab31.416564.2661-69.3931

#680fba color RGB value is (104,15,186).

#680fba hex color red value is 104, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #680fba hue: 0.75 , saturation: 0.85 and the lightness value of 680fba is 0.39.

The process color (four color CMYK) of #680fba color hex is 0.44, 0.92, 0.00, 0.27. Web safe color of #680fba is #6600cc. Color #680fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 10111010
Octal 150 17 272
Decimal 104 15 186
Hex 68 F BA

RGB Percentages of Color #680fba

%34.10
%4.92
%60.98

CMYK Percentages of Color #680fba

%44
%92
%0
%27

Triadic Colors of #680fba

#680fba #ba680f #0fba68

Analogous Colors of #680fba

#680fba #ba0fb7 #120fba

Monochromatic Colors of #680fba

#680fba

Complementary Color

#680fba #61ba0f

#680fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#680fba Color CSS Codes

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

#680fba Text Font Color

<p style="color:#680fba">Text here</p>

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


#680fba Background Color

<div style="background-color:#680fba">
Div content here</div>

This div background color is #680fba


#680fba Border Color

<div style="border:3px solid #680fba">
Div here</div>

This div border color is #680fba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,15,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #680fba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #680fba;
  -webkit-box-shadow: 1px 1px 3px 2px #680fba;
  box-shadow:         1px 1px 3px 2px #680fba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680fba


Comments

No comments written yet.

Please login to write comment.