Color Hex Logo

#682acc Color Hex

#682ACC
(104,42,204)
0 Favorites   0 Comments

Color spaces of #682acc

RGB 10442204
HSL0.730.660.48
HSV263°79°80°
CMYK 0.490.790.00   0.20
XYZ17.43608.958657.9369
Yxy8.95860.20680.1062
Hunter Lab29.930951.6045-93.8153
CIE-Lab35.904560.3749-72.5767

#682acc color RGB value is (104,42,204).

#682acc hex color red value is 104, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #682acc hue: 0.73 , saturation: 0.66 and the lightness value of 682acc is 0.48.

The process color (four color CMYK) of #682acc color hex is 0.49, 0.79, 0.00, 0.20. Web safe color of #682acc is #6633cc. Color #682acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101010 11001100
Octal 150 52 314
Decimal 104 42 204
Hex 68 2A CC

RGB Percentages of Color #682acc

%29.71
%12.00
%58.29

CMYK Percentages of Color #682acc

%49
%79
%0
%20

Triadic Colors of #682acc

#682acc #cc682a #2acc68

Analogous Colors of #682acc

#682acc #b92acc #2a3dcc

Monochromatic Colors of #682acc

#682acc

Complementary Color

#682acc #8ecc2a

#682acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#682acc Color CSS Codes

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

#682acc Text Font Color

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

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


#682acc Background Color

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

This div background color is #682acc


#682acc Border Color

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

This div border color is #682acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682acc


Comments

No comments written yet.

Please login to write comment.