Color Hex Logo

#680034 Color Hex

#680034
(104,0,52)
0 Favorites   0 Comments

Color spaces of #680034

RGB 104052
HSL0.921.000.20
HSV330°100°41°
CMYK 0.001.000.50   0.59
XYZ6.32883.19103.5312
Yxy3.19100.48490.2445
Hunter Lab17.863431.97970.7840
CIE-Lab20.793144.0671-0.3435

#680034 color RGB value is (104,0,52).

#680034 hex color red value is 104, green value is 0 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #680034 hue: 0.92 , saturation: 1.00 and the lightness value of 680034 is 0.20.

The process color (four color CMYK) of #680034 color hex is 0.00, 1.00, 0.50, 0.59. Web safe color of #680034 is #660033. Color #680034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 00110100
Octal 150 0 64
Decimal 104 0 52
Hex 68 0 34

RGB Percentages of Color #680034

%66.67
%0.00
%33.33

CMYK Percentages of Color #680034

%0
%100
%50
%59

Triadic Colors of #680034

#680034 #346800 #003468

Analogous Colors of #680034

#680034 #680000 #680068

Monochromatic Colors of #680034

#680034

Complementary Color

#680034 #006834

#680034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680034 Color CSS Codes

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

#680034 Text Font Color

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

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


#680034 Background Color

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

This div background color is #680034


#680034 Border Color

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

This div border color is #680034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680034


Comments

No comments written yet.

Please login to write comment.