Color Hex Logo

#681eae Color Hex

#681EAE
(104,30,174)
0 Favorites   0 Comments

Color spaces of #681eae

RGB 10430174
HSL0.750.710.40
HSV271°83°68°
CMYK 0.400.830.00   0.32
XYZ13.81326.927640.6535
Yxy6.92760.22500.1128
Hunter Lab26.320347.6182-73.1531
CIE-Lab31.641557.5273-61.8750

#681eae color RGB value is (104,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011110 10101110
Octal 150 36 256
Decimal 104 30 174
Hex 68 1E AE

RGB Percentages of Color #681eae

%33.77
%9.74
%56.49

CMYK Percentages of Color #681eae

%40
%83
%0
%32

Triadic Colors of #681eae

#681eae #ae681e #1eae68

Analogous Colors of #681eae

#681eae #ae1eac #201eae

Monochromatic Colors of #681eae

#681eae

Complementary Color

#681eae #64ae1e

#681eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#681eae Color CSS Codes

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

#681eae Text Font Color

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

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


#681eae Background Color

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

This div background color is #681eae


#681eae Border Color

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

This div border color is #681eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,30,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 #681eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681eae


Comments

No comments written yet.

Please login to write comment.