Color Hex Logo

#680eae Color Hex

#680EAE
(104,14,174)
0 Favorites   0 Comments

Color spaces of #680eae

RGB 10414174
HSL0.760.850.37
HSV274°92°68°
CMYK 0.400.920.00   0.32
XYZ13.50596.313140.5511
Yxy6.31310.22370.1046
Hunter Lab25.125951.9787-78.1010
CIE-Lab30.189061.8239-64.2582

#680eae color RGB value is (104,14,174).

#680eae hex color red value is 104, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #680eae hue: 0.76 , saturation: 0.85 and the lightness value of 680eae is 0.37.

The process color (four color CMYK) of #680eae color hex is 0.40, 0.92, 0.00, 0.32. Web safe color of #680eae is #660099. Color #680eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001110 10101110
Octal 150 16 256
Decimal 104 14 174
Hex 68 E AE

RGB Percentages of Color #680eae

%35.62
%4.79
%59.59

CMYK Percentages of Color #680eae

%40
%92
%0
%32

Triadic Colors of #680eae

#680eae #ae680e #0eae68

Analogous Colors of #680eae

#680eae #ae0ea4 #180eae

Monochromatic Colors of #680eae

#680eae

Complementary Color

#680eae #54ae0e

#680eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#680eae Color CSS Codes

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

#680eae Text Font Color

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

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


#680eae Background Color

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

This div background color is #680eae


#680eae Border Color

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

This div border color is #680eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680eae


Comments

No comments written yet.

Please login to write comment.