Color Hex Logo

#681dff Color Hex

#681DFF
(104,29,255)
0 Favorites   0 Comments

Color spaces of #681dff

RGB 10429255
HSL0.721.000.56
HSV260°89°100°
CMYK 0.590.890.00   0.00
XYZ24.198311.041895.4636
Yxy11.04180.18510.0845
Hunter Lab33.229271.8369-147.0728
CIE-Lab39.650877.0234-95.4712

#681dff color RGB value is (104,29,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011101 11111111
Octal 150 35 377
Decimal 104 29 255
Hex 68 1D FF

RGB Percentages of Color #681dff

%26.80
%7.47
%65.72

CMYK Percentages of Color #681dff

%59
%89
%0
%0

Triadic Colors of #681dff

#681dff #ff681d #1dff68

Analogous Colors of #681dff

#681dff #d91dff #1d43ff

Monochromatic Colors of #681dff

#681dff

Complementary Color

#681dff #b4ff1d

#681dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#681dff Color CSS Codes

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

#681dff Text Font Color

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

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


#681dff Background Color

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

This div background color is #681dff


#681dff Border Color

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

This div border color is #681dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681dff

Related Colors


Comments

No comments written yet.

Please login to write comment.