Color Hex Logo

#680ebd Color Hex

#680EBD
(104,14,189)
0 Favorites   0 Comments

Color spaces of #680ebd

RGB 10414189
HSL0.750.860.40
HSV271°93°74°
CMYK 0.450.930.00   0.26
XYZ15.05136.931348.6887
Yxy6.93130.21300.0981
Hunter Lab26.327455.9752-91.2192
CIE-Lab31.650065.1212-70.7842

#680ebd color RGB value is (104,14,189).

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

The process color (four color CMYK) of #680ebd color hex is 0.45, 0.93, 0.00, 0.26. Web safe color of #680ebd is #6600cc. Color #680ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001110 10111101
Octal 150 16 275
Decimal 104 14 189
Hex 68 E BD

RGB Percentages of Color #680ebd

%33.88
%4.56
%61.56

CMYK Percentages of Color #680ebd

%45
%93
%0
%26

Triadic Colors of #680ebd

#680ebd #bd680e #0ebd68

Analogous Colors of #680ebd

#680ebd #bd0ebb #110ebd

Monochromatic Colors of #680ebd

#680ebd

Complementary Color

#680ebd #63bd0e

#680ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#680ebd Color CSS Codes

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

#680ebd Text Font Color

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

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


#680ebd Background Color

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

This div background color is #680ebd


#680ebd Border Color

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

This div border color is #680ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680ebd


Comments

No comments written yet.

Please login to write comment.