Color Hex Logo

#681cce Color Hex

#681CCE
(104,28,206)
0 Favorites   0 Comments

Color spaces of #681cce

RGB 10428206
HSL0.740.760.46
HSV266°86°81°
CMYK 0.500.860.00   0.19
XYZ17.26488.229859.0711
Yxy8.22980.20420.0973
Hunter Lab28.687657.2216-102.0035
CIE-Lab34.457065.6812-76.1232

#681cce color RGB value is (104,28,206).

#681cce hex color red value is 104, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #681cce hue: 0.74 , saturation: 0.76 and the lightness value of 681cce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 11001110
Octal 150 34 316
Decimal 104 28 206
Hex 68 1C CE

RGB Percentages of Color #681cce

%30.77
%8.28
%60.95

CMYK Percentages of Color #681cce

%50
%86
%0
%19

Triadic Colors of #681cce

#681cce #ce681c #1cce68

Analogous Colors of #681cce

#681cce #c11cce #1c29ce

Monochromatic Colors of #681cce

#681cce

Complementary Color

#681cce #82ce1c

#681cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cce Color CSS Codes

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

#681cce Text Font Color

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

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


#681cce Background Color

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

This div background color is #681cce


#681cce Border Color

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

This div border color is #681cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cce


Comments

No comments written yet.

Please login to write comment.