Color Hex Logo

#681fda Color Hex

#681FDA
(104,31,218)
0 Favorites   0 Comments

Color spaces of #681fda

RGB 10431218
HSL0.730.750.49
HSV263°86°85°
CMYK 0.520.860.00   0.15
XYZ18.85388.985067.0702
Yxy8.98500.19870.0947
Hunter Lab29.975059.8175-111.6812
CIE-Lab35.955467.6561-80.5931

#681fda color RGB value is (104,31,218).

#681fda hex color red value is 104, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #681fda hue: 0.73 , saturation: 0.75 and the lightness value of 681fda is 0.49.

The process color (four color CMYK) of #681fda color hex is 0.52, 0.86, 0.00, 0.15. Web safe color of #681fda is #6633cc. Color #681fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11011010
Octal 150 37 332
Decimal 104 31 218
Hex 68 1F DA

RGB Percentages of Color #681fda

%29.46
%8.78
%61.76

CMYK Percentages of Color #681fda

%52
%86
%0
%15

Triadic Colors of #681fda

#681fda #da681f #1fda68

Analogous Colors of #681fda

#681fda #c61fda #1f33da

Monochromatic Colors of #681fda

#681fda

Complementary Color

#681fda #91da1f

#681fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fda Color CSS Codes

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

#681fda Text Font Color

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

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


#681fda Background Color

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

This div background color is #681fda


#681fda Border Color

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

This div border color is #681fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fda


Comments

No comments written yet.

Please login to write comment.