Color Hex Logo

#681f74 Color Hex

#681F74
(104,31,116)
0 Favorites   0 Comments

Color spaces of #681f74

RGB 10431116
HSL0.810.580.29
HSV292°73°45°
CMYK 0.100.730.00   0.55
XYZ9.35135.184017.0307
Yxy5.18400.29620.1642
Hunter Lab22.768433.4677-28.4109
CIE-Lab27.252744.3902-33.1856

#681f74 color RGB value is (104,31,116).

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

The process color (four color CMYK) of #681f74 color hex is 0.10, 0.73, 0.00, 0.55. Web safe color of #681f74 is #663366. Color #681f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 01110100
Octal 150 37 164
Decimal 104 31 116
Hex 68 1F 74

RGB Percentages of Color #681f74

%41.43
%12.35
%46.22

CMYK Percentages of Color #681f74

%10
%73
%0
%55

Triadic Colors of #681f74

#681f74 #74681f #1f7468

Analogous Colors of #681f74

#681f74 #741f56 #3e1f74

Monochromatic Colors of #681f74

#681f74

Complementary Color

#681f74 #2b741f

#681f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681f74 Color CSS Codes

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

#681f74 Text Font Color

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

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


#681f74 Background Color

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

This div background color is #681f74


#681f74 Border Color

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

This div border color is #681f74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681f74


Comments

No comments written yet.

Please login to write comment.