Color Hex Logo

#680e8a Color Hex

#680E8A
(104,14,138)
0 Favorites   0 Comments

Color spaces of #680e8a

RGB 10414138
HSL0.790.820.30
HSV284°90°54°
CMYK 0.250.900.00   0.46
XYZ10.45345.092124.4767
Yxy5.09210.26120.1272
Hunter Lab22.565743.1990-48.5151
CIE-Lab26.995654.2318-47.4774

#680e8a color RGB value is (104,14,138).

#680e8a hex color red value is 104, green value is 14 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #680e8a hue: 0.79 , saturation: 0.82 and the lightness value of 680e8a is 0.30.

The process color (four color CMYK) of #680e8a color hex is 0.25, 0.90, 0.00, 0.46. Web safe color of #680e8a is #660099. Color #680e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001110 10001010
Octal 150 16 212
Decimal 104 14 138
Hex 68 E 8A

RGB Percentages of Color #680e8a

%40.63
%5.47
%53.91

CMYK Percentages of Color #680e8a

%25
%90
%0
%46

Triadic Colors of #680e8a

#680e8a #8a680e #0e8a68

Analogous Colors of #680e8a

#680e8a #8a0e6e #2a0e8a

Monochromatic Colors of #680e8a

#680e8a

Complementary Color

#680e8a #308a0e

#680e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#680e8a Color CSS Codes

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

#680e8a Text Font Color

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

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


#680e8a Background Color

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

This div background color is #680e8a


#680e8a Border Color

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

This div border color is #680e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680e8a


Comments

No comments written yet.

Please login to write comment.