Color Hex Logo

#680b64 Color Hex

#680B64
(104,11,100)
0 Favorites   0 Comments

Color spaces of #680b64

RGB 10411100
HSL0.840.810.23
HSV303°89°41°
CMYK 0.000.890.04   0.59
XYZ8.12884.102512.4200
Yxy4.10250.32980.1664
Hunter Lab20.254636.1919-22.1780
CIE-Lab24.007447.8464-28.0169

#680b64 color RGB value is (104,11,100).

#680b64 hex color red value is 104, green value is 11 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #680b64 hue: 0.84 , saturation: 0.81 and the lightness value of 680b64 is 0.23.

The process color (four color CMYK) of #680b64 color hex is 0.00, 0.89, 0.04, 0.59. Web safe color of #680b64 is #660066. Color #680b64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 01100100
Octal 150 13 144
Decimal 104 11 100
Hex 68 B 64

RGB Percentages of Color #680b64

%48.37
%5.12
%46.51

CMYK Percentages of Color #680b64

%0
%89
%4
%59

Triadic Colors of #680b64

#680b64 #64680b #0b6468

Analogous Colors of #680b64

#680b64 #680b36 #3e0b68

Monochromatic Colors of #680b64

#680b64

Complementary Color

#680b64 #0b680f

#680b64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680b64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680b64 Color CSS Codes

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

#680b64 Text Font Color

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

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


#680b64 Background Color

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

This div background color is #680b64


#680b64 Border Color

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

This div border color is #680b64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680b64


Comments

No comments written yet.

Please login to write comment.