Color Hex Logo

#680eba Color Hex

#680EBA
(104,14,186)
0 Favorites   0 Comments

Color spaces of #680eba

RGB 10414186
HSL0.750.860.39
HSV271°92°73°
CMYK 0.440.920.00   0.27
XYZ14.72896.802346.9911
Yxy6.80230.21500.0993
Hunter Lab26.081255.1625-88.5672
CIE-Lab31.352564.4579-69.4985

#680eba color RGB value is (104,14,186).

#680eba hex color red value is 104, green value is 14 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #680eba hue: 0.75 , saturation: 0.86 and the lightness value of 680eba is 0.39.

The process color (four color CMYK) of #680eba color hex is 0.44, 0.92, 0.00, 0.27. Web safe color of #680eba is #6600cc. Color #680eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001110 10111010
Octal 150 16 272
Decimal 104 14 186
Hex 68 E BA

RGB Percentages of Color #680eba

%34.21
%4.61
%61.18

CMYK Percentages of Color #680eba

%44
%92
%0
%27

Triadic Colors of #680eba

#680eba #ba680e #0eba68

Analogous Colors of #680eba

#680eba #ba0eb6 #120eba

Monochromatic Colors of #680eba

#680eba

Complementary Color

#680eba #60ba0e

#680eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#680eba Color CSS Codes

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

#680eba Text Font Color

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

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


#680eba Background Color

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

This div background color is #680eba


#680eba Border Color

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

This div border color is #680eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680eba


Comments

No comments written yet.

Please login to write comment.