Color Hex Logo

#680fcb Color Hex

#680FCB
(104,15,203)
0 Favorites   0 Comments

Color spaces of #680fcb

RGB 10415203
HSL0.750.860.43
HSV268°93°80°
CMYK 0.490.930.00   0.20
XYZ16.65927.596557.0881
Yxy7.59650.20480.0934
Hunter Lab27.561759.6580-103.5130
CIE-Lab33.128068.0591-76.5684

#680fcb color RGB value is (104,15,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001111 11001011
Octal 150 17 313
Decimal 104 15 203
Hex 68 F CB

RGB Percentages of Color #680fcb

%32.30
%4.66
%63.04

CMYK Percentages of Color #680fcb

%49
%93
%0
%20

Triadic Colors of #680fcb

#680fcb #cb680f #0fcb68

Analogous Colors of #680fcb

#680fcb #c60fcb #0f14cb

Monochromatic Colors of #680fcb

#680fcb

Complementary Color

#680fcb #72cb0f

#680fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#680fcb Color CSS Codes

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

#680fcb Text Font Color

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

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


#680fcb Background Color

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

This div background color is #680fcb


#680fcb Border Color

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

This div border color is #680fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,15,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 #680fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680fcb


Comments

No comments written yet.

Please login to write comment.