Color Hex Logo

#681feb Color Hex

#681FEB
(104,31,235)
0 Favorites   0 Comments

Color spaces of #681feb

RGB 10431235
HSL0.730.840.52
HSV261°87°92°
CMYK 0.560.870.00   0.08
XYZ21.19439.921279.3952
Yxy9.92120.19180.0898
Hunter Lab31.497964.9875-127.4006
CIE-Lab37.700671.7325-87.4274

#681feb color RGB value is (104,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 11101011
Octal 150 37 353
Decimal 104 31 235
Hex 68 1F EB

RGB Percentages of Color #681feb

%28.11
%8.38
%63.51

CMYK Percentages of Color #681feb

%56
%87
%0
%8

Triadic Colors of #681feb

#681feb #eb681f #1feb68

Analogous Colors of #681feb

#681feb #ce1feb #1f3ceb

Monochromatic Colors of #681feb

#681feb

Complementary Color

#681feb #a2eb1f

#681feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#681feb Color CSS Codes

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

#681feb Text Font Color

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

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


#681feb Background Color

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

This div background color is #681feb


#681feb Border Color

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

This div border color is #681feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681feb


Comments

No comments written yet.

Please login to write comment.