Color Hex Logo

#680bbc Color Hex

#680BBC
(104,11,188)
0 Favorites   0 Comments

Color spaces of #680bbc

RGB 10411188
HSL0.750.890.39
HSV272°94°74°
CMYK 0.450.940.00   0.26
XYZ14.90576.813248.1064
Yxy6.81320.21350.0976
Hunter Lab26.102156.2544-91.0005
CIE-Lab31.377865.4193-70.6414

#680bbc color RGB value is (104,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 10111100
Octal 150 13 274
Decimal 104 11 188
Hex 68 B BC

RGB Percentages of Color #680bbc

%34.32
%3.63
%62.05

CMYK Percentages of Color #680bbc

%45
%94
%0
%26

Triadic Colors of #680bbc

#680bbc #bc680b #0bbc68

Analogous Colors of #680bbc

#680bbc #bc0bb8 #100bbc

Monochromatic Colors of #680bbc

#680bbc

Complementary Color

#680bbc #5fbc0b

#680bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#680bbc Color CSS Codes

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

#680bbc Text Font Color

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

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


#680bbc Background Color

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

This div background color is #680bbc


#680bbc Border Color

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

This div border color is #680bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680bbc


Comments

No comments written yet.

Please login to write comment.