Color Hex Logo

#681aae Color Hex

#681AAE
(104,26,174)
0 Favorites   0 Comments

Color spaces of #681aae

RGB 10426174
HSL0.750.740.39
HSV272°85°68°
CMYK 0.400.850.00   0.32
XYZ13.71836.737840.6219
Yxy6.73780.22460.1103
Hunter Lab25.957348.9112-74.6159
CIE-Lab31.202458.8166-62.5948

#681aae color RGB value is (104,26,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011010 10101110
Octal 150 32 256
Decimal 104 26 174
Hex 68 1A AE

RGB Percentages of Color #681aae

%34.21
%8.55
%57.24

CMYK Percentages of Color #681aae

%40
%85
%0
%32

Triadic Colors of #681aae

#681aae #ae681a #1aae68

Analogous Colors of #681aae

#681aae #ae1aaa #1e1aae

Monochromatic Colors of #681aae

#681aae

Complementary Color

#681aae #60ae1a

#681aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#681aae Color CSS Codes

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

#681aae Text Font Color

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

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


#681aae Background Color

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

This div background color is #681aae


#681aae Border Color

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

This div border color is #681aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681aae


Comments

No comments written yet.

Please login to write comment.