Color Hex Logo

#681cac Color Hex

#681CAC
(104,28,172)
0 Favorites   0 Comments

Color spaces of #681cac

RGB 10428172
HSL0.750.720.39
HSV272°84°67°
CMYK 0.400.840.00   0.33
XYZ13.57066.752139.6178
Yxy6.75210.22640.1126
Hunter Lab25.984847.7485-72.2073
CIE-Lab31.235857.7281-61.3410

#681cac color RGB value is (104,28,172).

#681cac hex color red value is 104, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #681cac hue: 0.75 , saturation: 0.72 and the lightness value of 681cac is 0.39.

The process color (four color CMYK) of #681cac color hex is 0.40, 0.84, 0.00, 0.33. Web safe color of #681cac is #663399. Color #681cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 10101100
Octal 150 34 254
Decimal 104 28 172
Hex 68 1C AC

RGB Percentages of Color #681cac

%34.21
%9.21
%56.58

CMYK Percentages of Color #681cac

%40
%84
%0
%33

Triadic Colors of #681cac

#681cac #ac681c #1cac68

Analogous Colors of #681cac

#681cac #ac1ca8 #201cac

Monochromatic Colors of #681cac

#681cac

Complementary Color

#681cac #60ac1c

#681cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cac Color CSS Codes

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

#681cac Text Font Color

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

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


#681cac Background Color

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

This div background color is #681cac


#681cac Border Color

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

This div border color is #681cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,28,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 #681cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cac


Comments

No comments written yet.

Please login to write comment.