Color Hex Logo

#680ffa Color Hex

#680FFA
(104,15,250)
0 Favorites   0 Comments

Color spaces of #680ffa

RGB 10415250
HSL0.730.960.52
HSV263°94°98°
CMYK 0.580.940.00   0.02
XYZ23.135110.186891.1894
Yxy10.18680.18580.0818
Hunter Lab31.916873.5327-147.0557
CIE-Lab38.175678.6710-95.1140

#680ffa color RGB value is (104,15,250).

#680ffa hex color red value is 104, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #680ffa hue: 0.73 , saturation: 0.96 and the lightness value of 680ffa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 11111010
Octal 150 17 372
Decimal 104 15 250
Hex 68 F FA

RGB Percentages of Color #680ffa

%28.18
%4.07
%67.75

CMYK Percentages of Color #680ffa

%58
%94
%0
%2

Triadic Colors of #680ffa

#680ffa #fa680f #0ffa68

Analogous Colors of #680ffa

#680ffa #de0ffa #0f2cfa

Monochromatic Colors of #680ffa

#680ffa

Complementary Color

#680ffa #a1fa0f

#680ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#680ffa Color CSS Codes

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

#680ffa Text Font Color

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

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


#680ffa Background Color

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

This div background color is #680ffa


#680ffa Border Color

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

This div border color is #680ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680ffa


Comments

No comments written yet.

Please login to write comment.