Color Hex Logo

#682abe Color Hex

#682ABE
(104,42,190)
0 Favorites   0 Comments

Color spaces of #682abe

RGB 10442190
HSL0.740.640.45
HSV265°78°75°
CMYK 0.450.780.00   0.25
XYZ15.83118.316749.4861
Yxy8.31670.21500.1129
Hunter Lab28.838747.5205-81.5523
CIE-Lab34.633956.8526-66.4699

#682abe color RGB value is (104,42,190).

#682abe hex color red value is 104, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #682abe hue: 0.74 , saturation: 0.64 and the lightness value of 682abe is 0.45.

The process color (four color CMYK) of #682abe color hex is 0.45, 0.78, 0.00, 0.25. Web safe color of #682abe is #6633cc. Color #682abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 10111110
Octal 150 52 276
Decimal 104 42 190
Hex 68 2A BE

RGB Percentages of Color #682abe

%30.95
%12.50
%56.55

CMYK Percentages of Color #682abe

%45
%78
%0
%25

Triadic Colors of #682abe

#682abe #be682a #2abe68

Analogous Colors of #682abe

#682abe #b22abe #2a36be

Monochromatic Colors of #682abe

#682abe

Complementary Color

#682abe #80be2a

#682abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#682abe Color CSS Codes

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

#682abe Text Font Color

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

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


#682abe Background Color

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

This div background color is #682abe


#682abe Border Color

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

This div border color is #682abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682abe


Comments

No comments written yet.

Please login to write comment.