Color Hex Logo

#682dfa Color Hex

#682DFA
(104,45,250)
0 Favorites   0 Comments

Color spaces of #682dfa

RGB 10445250
HSL0.710.950.58
HSV257°82°98°
CMYK 0.580.820.00   0.02
XYZ23.902611.722091.4452
Yxy11.72200.18810.0922
Hunter Lab34.237464.7030-134.3924
CIE-Lab40.770870.8996-90.8157

#682dfa color RGB value is (104,45,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101101 11111010
Octal 150 55 372
Decimal 104 45 250
Hex 68 2D FA

RGB Percentages of Color #682dfa

%26.07
%11.28
%62.66

CMYK Percentages of Color #682dfa

%58
%82
%0
%2

Triadic Colors of #682dfa

#682dfa #fa682d #2dfa68

Analogous Colors of #682dfa

#682dfa #cf2dfa #2d58fa

Monochromatic Colors of #682dfa

#682dfa

Complementary Color

#682dfa #bffa2d

#682dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#682dfa Color CSS Codes

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

#682dfa Text Font Color

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

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


#682dfa Background Color

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

This div background color is #682dfa


#682dfa Border Color

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

This div border color is #682dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682dfa


Comments

No comments written yet.

Please login to write comment.