Color Hex Logo

#680737 Color Hex

#680737
(104,7,55)
0 Favorites   0 Comments

Color spaces of #680737

RGB 104755
HSL0.920.870.22
HSV330°93°41°
CMYK 0.000.930.47   0.59
XYZ6.47453.37083.9238
Yxy3.37080.47020.2448
Hunter Lab18.359730.81790.1805
CIE-Lab21.471642.6861-1.4548

#680737 color RGB value is (104,7,55).

#680737 hex color red value is 104, green value is 7 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #680737 hue: 0.92 , saturation: 0.87 and the lightness value of 680737 is 0.22.

The process color (four color CMYK) of #680737 color hex is 0.00, 0.93, 0.47, 0.59. Web safe color of #680737 is #660033. Color #680737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000111 00110111
Octal 150 7 67
Decimal 104 7 55
Hex 68 7 37

RGB Percentages of Color #680737

%62.65
%4.22
%33.13

CMYK Percentages of Color #680737

%0
%93
%47
%59

Triadic Colors of #680737

#680737 #376807 #073768

Analogous Colors of #680737

#680737 #680807 #680768

Monochromatic Colors of #680737

#680737

Complementary Color

#680737 #076838

#680737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680737 Color CSS Codes

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

#680737 Text Font Color

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

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


#680737 Background Color

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

This div background color is #680737


#680737 Border Color

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

This div border color is #680737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680737


Comments

No comments written yet.

Please login to write comment.