Color Hex Logo

#682978 Color Hex

#682978
(104,41,120)
0 Favorites   0 Comments

Color spaces of #682978

RGB 10441120
HSL0.800.490.32
HSV288°66°47°
CMYK 0.130.660.00   0.53
XYZ9.89205.885018.3839
Yxy5.88500.28960.1723
Hunter Lab24.259030.3329-27.9497
CIE-Lab29.120540.7051-32.7469

#682978 color RGB value is (104,41,120).

#682978 hex color red value is 104, green value is 41 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #682978 hue: 0.80 , saturation: 0.49 and the lightness value of 682978 is 0.32.

The process color (four color CMYK) of #682978 color hex is 0.13, 0.66, 0.00, 0.53. Web safe color of #682978 is #663366. Color #682978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 01111000
Octal 150 51 170
Decimal 104 41 120
Hex 68 29 78

RGB Percentages of Color #682978

%39.25
%15.47
%45.28

CMYK Percentages of Color #682978

%13
%66
%0
%53

Triadic Colors of #682978

#682978 #786829 #297868

Analogous Colors of #682978

#682978 #782960 #412978

Monochromatic Colors of #682978

#682978

Complementary Color

#682978 #397829

#682978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682978 Color CSS Codes

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

#682978 Text Font Color

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

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


#682978 Background Color

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

This div background color is #682978


#682978 Border Color

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

This div border color is #682978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682978


Comments

No comments written yet.

Please login to write comment.