Color Hex Logo

#682080 Color Hex

#682080
(104,32,128)
0 Favorites   0 Comments

Color spaces of #682080

RGB 10432128
HSL0.790.600.31
HSV285°75°50°
CMYK 0.190.750.00   0.50
XYZ10.12175.534620.9569
Yxy5.53460.27640.1512
Hunter Lab23.525735.6277-36.3480
CIE-Lab28.206646.4508-39.2562

#682080 color RGB value is (104,32,128).

#682080 hex color red value is 104, green value is 32 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #682080 hue: 0.79 , saturation: 0.60 and the lightness value of 682080 is 0.31.

The process color (four color CMYK) of #682080 color hex is 0.19, 0.75, 0.00, 0.50. Web safe color of #682080 is #663399. Color #682080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100000 10000000
Octal 150 40 200
Decimal 104 32 128
Hex 68 20 80

RGB Percentages of Color #682080

%39.39
%12.12
%48.48

CMYK Percentages of Color #682080

%19
%75
%0
%50

Triadic Colors of #682080

#682080 #806820 #208068

Analogous Colors of #682080

#682080 #802068 #382080

Monochromatic Colors of #682080

#682080

Complementary Color

#682080 #388020

#682080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682080 Color CSS Codes

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

#682080 Text Font Color

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

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


#682080 Background Color

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

This div background color is #682080


#682080 Border Color

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

This div border color is #682080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,32,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682080;
  -webkit-box-shadow: 1px 1px 3px 2px #682080;
  box-shadow:         1px 1px 3px 2px #682080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682080


Comments

No comments written yet.

Please login to write comment.