Color Hex Logo

#680c72 Color Hex

#680C72
(104,12,114)
0 Favorites   0 Comments

Color spaces of #680c72

RGB 10412114
HSL0.820.810.25
HSV294°89°45°
CMYK 0.090.890.00   0.55
XYZ8.87774.420916.3050
Yxy4.42090.29990.1493
Hunter Lab21.025938.5720-31.2595
CIE-Lab25.016850.0632-35.4877

#680c72 color RGB value is (104,12,114).

#680c72 hex color red value is 104, green value is 12 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #680c72 hue: 0.82 , saturation: 0.81 and the lightness value of 680c72 is 0.25.

The process color (four color CMYK) of #680c72 color hex is 0.09, 0.89, 0.00, 0.55. Web safe color of #680c72 is #660066. Color #680c72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001100 01110010
Octal 150 14 162
Decimal 104 12 114
Hex 68 C 72

RGB Percentages of Color #680c72

%45.22
%5.22
%49.57

CMYK Percentages of Color #680c72

%9
%89
%0
%55

Triadic Colors of #680c72

#680c72 #72680c #0c7268

Analogous Colors of #680c72

#680c72 #720c49 #350c72

Monochromatic Colors of #680c72

#680c72

Complementary Color

#680c72 #16720c

#680c72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680c72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680c72 Color CSS Codes

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

#680c72 Text Font Color

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

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


#680c72 Background Color

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

This div background color is #680c72


#680c72 Border Color

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

This div border color is #680c72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680c72


Comments

No comments written yet.

Please login to write comment.