Color Hex Logo

#680bac Color Hex

#680BAC
(104,11,172)
0 Favorites   0 Comments

Color spaces of #680bac

RGB 10411172
HSL0.760.880.36
HSV275°94°67°
CMYK 0.400.940.00   0.33
XYZ13.27506.161039.5192
Yxy6.16100.22520.1045
Hunter Lab24.821452.0283-77.0233
CIE-Lab29.815161.9404-63.6719

#680bac color RGB value is (104,11,172).

#680bac hex color red value is 104, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #680bac hue: 0.76 , saturation: 0.88 and the lightness value of 680bac is 0.36.

The process color (four color CMYK) of #680bac color hex is 0.40, 0.94, 0.00, 0.33. Web safe color of #680bac is #660099. Color #680bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 10101100
Octal 150 13 254
Decimal 104 11 172
Hex 68 B AC

RGB Percentages of Color #680bac

%36.24
%3.83
%59.93

CMYK Percentages of Color #680bac

%40
%94
%0
%33

Triadic Colors of #680bac

#680bac #ac680b #0bac68

Analogous Colors of #680bac

#680bac #ac0ba0 #170bac

Monochromatic Colors of #680bac

#680bac

Complementary Color

#680bac #4fac0b

#680bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#680bac Color CSS Codes

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

#680bac Text Font Color

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

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


#680bac Background Color

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

This div background color is #680bac


#680bac Border Color

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

This div border color is #680bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680bac


Comments

No comments written yet.

Please login to write comment.