Color Hex Logo

#681fed Color Hex

#681FED
(104,31,237)
0 Favorites   0 Comments

Color spaces of #681fed

RGB 10431237
HSL0.730.850.53
HSV261°87°93°
CMYK 0.560.870.00   0.07
XYZ21.485010.037580.9258
Yxy10.03750.19110.0893
Hunter Lab31.682065.6054-129.2678
CIE-Lab37.909672.2115-88.2165

#681fed color RGB value is (104,31,237).

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

The process color (four color CMYK) of #681fed color hex is 0.56, 0.87, 0.00, 0.07. Web safe color of #681fed is #6633ff. Color #681fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11101101
Octal 150 37 355
Decimal 104 31 237
Hex 68 1F ED

RGB Percentages of Color #681fed

%27.96
%8.33
%63.71

CMYK Percentages of Color #681fed

%56
%87
%0
%7

Triadic Colors of #681fed

#681fed #ed681f #1fed68

Analogous Colors of #681fed

#681fed #cf1fed #1f3ded

Monochromatic Colors of #681fed

#681fed

Complementary Color

#681fed #a4ed1f

#681fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fed Color CSS Codes

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

#681fed Text Font Color

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

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


#681fed Background Color

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

This div background color is #681fed


#681fed Border Color

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

This div border color is #681fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fed


Comments

No comments written yet.

Please login to write comment.