Color Hex Logo

#680496 Color Hex

#680496
(104,4,150)
0 Favorites   0 Comments

Color spaces of #680496

RGB 1044150
HSL0.780.950.30
HSV281°97°59°
CMYK 0.310.970.00   0.41
XYZ11.25745.231929.2707
Yxy5.23190.24600.1143
Hunter Lab22.873347.8226-59.8612
CIE-Lab27.385558.5417-54.2761

#680496 color RGB value is (104,4,150).

#680496 hex color red value is 104, green value is 4 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #680496 hue: 0.78 , saturation: 0.95 and the lightness value of 680496 is 0.30.

The process color (four color CMYK) of #680496 color hex is 0.31, 0.97, 0.00, 0.41. Web safe color of #680496 is #660099. Color #680496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000100 10010110
Octal 150 4 226
Decimal 104 4 150
Hex 68 4 96

RGB Percentages of Color #680496

%40.31
%1.55
%58.14

CMYK Percentages of Color #680496

%31
%97
%0
%41

Triadic Colors of #680496

#680496 #966804 #049668

Analogous Colors of #680496

#680496 #96047b #1f0496

Monochromatic Colors of #680496

#680496

Complementary Color

#680496 #329604

#680496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680496 Color CSS Codes

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

#680496 Text Font Color

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

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


#680496 Background Color

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

This div background color is #680496


#680496 Border Color

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

This div border color is #680496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680496


Comments

No comments written yet.

Please login to write comment.