Color Hex Logo

#680bcb Color Hex

#680BCB
(104,11,203)
0 Favorites   0 Comments

Color spaces of #680bcb

RGB 10411203
HSL0.750.900.42
HSV269°95°80°
CMYK 0.490.950.00   0.20
XYZ16.60817.494257.0711
Yxy7.49420.20460.0923
Hunter Lab27.375560.3846-104.4418
CIE-Lab32.906568.7275-76.9343

#680bcb color RGB value is (104,11,203).

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

The process color (four color CMYK) of #680bcb color hex is 0.49, 0.95, 0.00, 0.20. Web safe color of #680bcb is #6600cc. Color #680bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 11001011
Octal 150 13 313
Decimal 104 11 203
Hex 68 B CB

RGB Percentages of Color #680bcb

%32.70
%3.46
%63.84

CMYK Percentages of Color #680bcb

%49
%95
%0
%20

Triadic Colors of #680bcb

#680bcb #cb680b #0bcb68

Analogous Colors of #680bcb

#680bcb #c80bcb #0b0ecb

Monochromatic Colors of #680bcb

#680bcb

Complementary Color

#680bcb #6ecb0b

#680bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#680bcb Color CSS Codes

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

#680bcb Text Font Color

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

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


#680bcb Background Color

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

This div background color is #680bcb


#680bcb Border Color

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

This div border color is #680bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680bcb


Comments

No comments written yet.

Please login to write comment.