Color Hex Logo

#681c7a Color Hex

#681C7A
(104,28,122)
0 Favorites   0 Comments

Color spaces of #681c7a

RGB 10428122
HSL0.800.630.29
HSV289°77°48°
CMYK 0.150.770.00   0.52
XYZ9.63705.178718.9040
Yxy5.17870.28580.1536
Hunter Lab22.756835.7666-33.3224
CIE-Lab27.237946.7809-37.0254

#681c7a color RGB value is (104,28,122).

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

The process color (four color CMYK) of #681c7a color hex is 0.15, 0.77, 0.00, 0.52. Web safe color of #681c7a is #663366. Color #681c7a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 01111010
Octal 150 34 172
Decimal 104 28 122
Hex 68 1C 7A

RGB Percentages of Color #681c7a

%40.94
%11.02
%48.03

CMYK Percentages of Color #681c7a

%15
%77
%0
%52

Triadic Colors of #681c7a

#681c7a #7a681c #1c7a68

Analogous Colors of #681c7a

#681c7a #7a1c5d #391c7a

Monochromatic Colors of #681c7a

#681c7a

Complementary Color

#681c7a #2e7a1c

#681c7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681c7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#681c7a Color CSS Codes

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

#681c7a Text Font Color

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

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


#681c7a Background Color

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

This div background color is #681c7a


#681c7a Border Color

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

This div border color is #681c7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681c7a


Comments

No comments written yet.

Please login to write comment.