Color Hex Logo

#680bfb Color Hex

#680BFB
(104,11,251)
0 Favorites   0 Comments

Color spaces of #680bfb

RGB 10411251
HSL0.730.970.51
HSV263°96°98°
CMYK 0.590.960.00   0.02
XYZ23.241210.147492.0005
Yxy10.14740.18540.0809
Hunter Lab31.855074.4863-148.9372
CIE-Lab38.105779.4490-95.7919

#680bfb color RGB value is (104,11,251).

#680bfb hex color red value is 104, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #680bfb hue: 0.73 , saturation: 0.97 and the lightness value of 680bfb is 0.51.

The process color (four color CMYK) of #680bfb color hex is 0.59, 0.96, 0.00, 0.02. Web safe color of #680bfb is #6600ff. Color #680bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 11111011
Octal 150 13 373
Decimal 104 11 251
Hex 68 B FB

RGB Percentages of Color #680bfb

%28.42
%3.01
%68.58

CMYK Percentages of Color #680bfb

%59
%96
%0
%2

Triadic Colors of #680bfb

#680bfb #fb680b #0bfb68

Analogous Colors of #680bfb

#680bfb #e00bfb #0b26fb

Monochromatic Colors of #680bfb

#680bfb

Complementary Color

#680bfb #9efb0b

#680bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#680bfb Color CSS Codes

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

#680bfb Text Font Color

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

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


#680bfb Background Color

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

This div background color is #680bfb


#680bfb Border Color

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

This div border color is #680bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.