Color Hex Logo

#681edb Color Hex

#681EDB
(104,30,219)
0 Favorites   0 Comments

Color spaces of #681edb

RGB 10430219
HSL0.730.760.49
HSV263°86°86°
CMYK 0.530.860.00   0.14
XYZ18.95948.986167.7530
Yxy8.98610.19810.0939
Hunter Lab29.976860.4362-113.0223
CIE-Lab35.957568.1904-81.1650

#681edb color RGB value is (104,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011110 11011011
Octal 150 36 333
Decimal 104 30 219
Hex 68 1E DB

RGB Percentages of Color #681edb

%29.46
%8.50
%62.04

CMYK Percentages of Color #681edb

%53
%86
%0
%14

Triadic Colors of #681edb

#681edb #db681e #1edb68

Analogous Colors of #681edb

#681edb #c71edb #1e32db

Monochromatic Colors of #681edb

#681edb

Complementary Color

#681edb #91db1e

#681edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#681edb Color CSS Codes

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

#681edb Text Font Color

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

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


#681edb Background Color

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

This div background color is #681edb


#681edb Border Color

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

This div border color is #681edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681edb


Comments

No comments written yet.

Please login to write comment.