Color Hex Logo

#681c77 Color Hex

#681C77
(104,28,119)
0 Favorites   0 Comments

Color spaces of #681c77

RGB 10428119
HSL0.810.620.29
HSV290°76°47°
CMYK 0.130.760.00   0.53
XYZ9.45395.105517.9399
Yxy5.10550.29090.1571
Hunter Lab22.595435.1426-31.2574
CIE-Lab27.033246.1771-35.4484

#681c77 color RGB value is (104,28,119).

#681c77 hex color red value is 104, green value is 28 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #681c77 hue: 0.81 , saturation: 0.62 and the lightness value of 681c77 is 0.29.

The process color (four color CMYK) of #681c77 color hex is 0.13, 0.76, 0.00, 0.53. Web safe color of #681c77 is #663366. Color #681c77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 01110111
Octal 150 34 167
Decimal 104 28 119
Hex 68 1C 77

RGB Percentages of Color #681c77

%41.43
%11.16
%47.41

CMYK Percentages of Color #681c77

%13
%76
%0
%53

Triadic Colors of #681c77

#681c77 #77681c #1c7768

Analogous Colors of #681c77

#681c77 #771c58 #3b1c77

Monochromatic Colors of #681c77

#681c77

Complementary Color

#681c77 #2b771c

#681c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681c77 Color CSS Codes

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

#681c77 Text Font Color

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

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


#681c77 Background Color

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

This div background color is #681c77


#681c77 Border Color

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

This div border color is #681c77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681c77


Comments

No comments written yet.

Please login to write comment.