Color Hex Logo

#682bfb Color Hex

#682BFB
(104,43,251)
0 Favorites   0 Comments

Color spaces of #682bfb

RGB 10443251
HSL0.720.960.58
HSV258°83°98°
CMYK 0.590.830.00   0.02
XYZ23.985411.635892.2486
Yxy11.63580.18760.0910
Hunter Lab34.111365.8178-136.4626
CIE-Lab40.631371.8648-91.6072

#682bfb color RGB value is (104,43,251).

#682bfb hex color red value is 104, green value is 43 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #682bfb hue: 0.72 , saturation: 0.96 and the lightness value of 682bfb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101011 11111011
Octal 150 53 373
Decimal 104 43 251
Hex 68 2B FB

RGB Percentages of Color #682bfb

%26.13
%10.80
%63.07

CMYK Percentages of Color #682bfb

%59
%83
%0
%2

Triadic Colors of #682bfb

#682bfb #fb682b #2bfb68

Analogous Colors of #682bfb

#682bfb #d02bfb #2b56fb

Monochromatic Colors of #682bfb

#682bfb

Complementary Color

#682bfb #befb2b

#682bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#682bfb Color CSS Codes

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

#682bfb Text Font Color

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

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


#682bfb Background Color

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

This div background color is #682bfb


#682bfb Border Color

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

This div border color is #682bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.