Color Hex Logo

#680bcd Color Hex

#680BCD
(104,11,205)
0 Favorites   0 Comments

Color spaces of #680bcd

RGB 10411205
HSL0.750.900.42
HSV269°95°80°
CMYK 0.490.950.00   0.20
XYZ16.84807.590258.3347
Yxy7.59020.20350.0917
Hunter Lab27.550360.9460-106.2547
CIE-Lab33.114469.1707-77.7572

#680bcd color RGB value is (104,11,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001011 11001101
Octal 150 13 315
Decimal 104 11 205
Hex 68 B CD

RGB Percentages of Color #680bcd

%32.50
%3.44
%64.06

CMYK Percentages of Color #680bcd

%49
%95
%0
%20

Triadic Colors of #680bcd

#680bcd #cd680b #0bcd68

Analogous Colors of #680bcd

#680bcd #c90bcd #0b0fcd

Monochromatic Colors of #680bcd

#680bcd

Complementary Color

#680bcd #70cd0b

#680bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#680bcd Color CSS Codes

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

#680bcd Text Font Color

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

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


#680bcd Background Color

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

This div background color is #680bcd


#680bcd Border Color

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

This div border color is #680bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680bcd


Comments

No comments written yet.

Please login to write comment.