Color Hex Logo

#681dfc Color Hex

#681DFC
(104,29,252)
0 Favorites   0 Comments

Color spaces of #681dfc

RGB 10429252
HSL0.720.970.55
HSV260°88°99°
CMYK 0.590.880.00   0.01
XYZ23.719010.850192.9396
Yxy10.85010.18600.0851
Hunter Lab32.939570.8898-144.2306
CIE-Lab39.326876.3135-94.3276

#681dfc color RGB value is (104,29,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011101 11111100
Octal 150 35 374
Decimal 104 29 252
Hex 68 1D FC

RGB Percentages of Color #681dfc

%27.01
%7.53
%65.45

CMYK Percentages of Color #681dfc

%59
%88
%0
%1

Triadic Colors of #681dfc

#681dfc #fc681d #1dfc68

Analogous Colors of #681dfc

#681dfc #d81dfc #1d41fc

Monochromatic Colors of #681dfc

#681dfc

Complementary Color

#681dfc #b1fc1d

#681dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#681dfc Color CSS Codes

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

#681dfc Text Font Color

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

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


#681dfc Background Color

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

This div background color is #681dfc


#681dfc Border Color

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

This div border color is #681dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681dfc


Comments

No comments written yet.

Please login to write comment.