Color Hex Logo

#682ffa Color Hex

#682FFA
(104,47,250)
0 Favorites   0 Comments

Color spaces of #682ffa

RGB 10447250
HSL0.710.950.58
HSV257°81°98°
CMYK 0.580.810.00   0.02
XYZ23.980811.878291.4713
Yxy11.87820.18830.0933
Hunter Lab34.464863.8881-133.2334
CIE-Lab41.021970.1612-90.4008

#682ffa color RGB value is (104,47,250).

#682ffa hex color red value is 104, green value is 47 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #682ffa hue: 0.71 , saturation: 0.95 and the lightness value of 682ffa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101111 11111010
Octal 150 57 372
Decimal 104 47 250
Hex 68 2F FA

RGB Percentages of Color #682ffa

%25.94
%11.72
%62.34

CMYK Percentages of Color #682ffa

%58
%81
%0
%2

Triadic Colors of #682ffa

#682ffa #fa682f #2ffa68

Analogous Colors of #682ffa

#682ffa #ce2ffa #2f5bfa

Monochromatic Colors of #682ffa

#682ffa

Complementary Color

#682ffa #c1fa2f

#682ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#682ffa Color CSS Codes

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

#682ffa Text Font Color

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

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


#682ffa Background Color

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

This div background color is #682ffa


#682ffa Border Color

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

This div border color is #682ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682ffa


Comments

No comments written yet.

Please login to write comment.