Color Hex Logo

#681ffc Color Hex

#681FFC
(104,31,252)
0 Favorites   0 Comments

Color spaces of #681ffc

RGB 10431252
HSL0.720.970.55
HSV260°88°99°
CMYK 0.590.880.00   0.01
XYZ23.769610.951392.9565
Yxy10.95130.18620.0858
Hunter Lab33.092770.2993-143.3788
CIE-Lab39.498375.7980-94.0435

#681ffc color RGB value is (104,31,252).

#681ffc hex color red value is 104, green value is 31 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #681ffc hue: 0.72 , saturation: 0.97 and the lightness value of 681ffc is 0.55.

The process color (four color CMYK) of #681ffc color hex is 0.59, 0.88, 0.00, 0.01. Web safe color of #681ffc is #6633ff. Color #681ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11111100
Octal 150 37 374
Decimal 104 31 252
Hex 68 1F FC

RGB Percentages of Color #681ffc

%26.87
%8.01
%65.12

CMYK Percentages of Color #681ffc

%59
%88
%0
%1

Triadic Colors of #681ffc

#681ffc #fc681f #1ffc68

Analogous Colors of #681ffc

#681ffc #d71ffc #1f44fc

Monochromatic Colors of #681ffc

#681ffc

Complementary Color

#681ffc #b3fc1f

#681ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#681ffc Color CSS Codes

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

#681ffc Text Font Color

<p style="color:#681ffc">Text here</p>

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


#681ffc Background Color

<div style="background-color:#681ffc">
Div content here</div>

This div background color is #681ffc


#681ffc Border Color

<div style="border:3px solid #681ffc">
Div here</div>

This div border color is #681ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,31,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #681ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #681ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #681ffc;
  box-shadow:         1px 1px 3px 2px #681ffc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681ffc


Comments

No comments written yet.

Please login to write comment.