Color Hex Logo

#681aad Color Hex

#681AAD
(104,26,173)
0 Favorites   0 Comments

Color spaces of #681aad

RGB 10426173
HSL0.760.740.39
HSV272°85°68°
CMYK 0.400.850.00   0.32
XYZ13.62116.699040.1103
Yxy6.69900.22540.1109
Hunter Lab25.882448.6446-73.7647
CIE-Lab31.111658.5870-62.1443

#681aad color RGB value is (104,26,173).

#681aad hex color red value is 104, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #681aad hue: 0.76 , saturation: 0.74 and the lightness value of 681aad is 0.39.

The process color (four color CMYK) of #681aad color hex is 0.40, 0.85, 0.00, 0.32. Web safe color of #681aad is #663399. Color #681aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011010 10101101
Octal 150 32 255
Decimal 104 26 173
Hex 68 1A AD

RGB Percentages of Color #681aad

%34.32
%8.58
%57.10

CMYK Percentages of Color #681aad

%40
%85
%0
%32

Triadic Colors of #681aad

#681aad #ad681a #1aad68

Analogous Colors of #681aad

#681aad #ad1aa9 #1e1aad

Monochromatic Colors of #681aad

#681aad

Complementary Color

#681aad #5fad1a

#681aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#681aad Color CSS Codes

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

#681aad Text Font Color

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

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


#681aad Background Color

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

This div background color is #681aad


#681aad Border Color

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

This div border color is #681aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681aad


Comments

No comments written yet.

Please login to write comment.