Color Hex Logo

#681bba Color Hex

#681BBA
(104,27,186)
0 Favorites   0 Comments

Color spaces of #681bba

RGB 10427186
HSL0.750.750.42
HSV269°85°73°
CMYK 0.440.850.00   0.27
XYZ14.96387.272147.0693
Yxy7.27210.21590.1049
Hunter Lab26.966851.8571-84.6110
CIE-Lab32.418561.2835-67.7445

#681bba color RGB value is (104,27,186).

#681bba hex color red value is 104, green value is 27 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #681bba hue: 0.75 , saturation: 0.75 and the lightness value of 681bba is 0.42.

The process color (four color CMYK) of #681bba color hex is 0.44, 0.85, 0.00, 0.27. Web safe color of #681bba is #6633cc. Color #681bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011011 10111010
Octal 150 33 272
Decimal 104 27 186
Hex 68 1B BA

RGB Percentages of Color #681bba

%32.81
%8.52
%58.68

CMYK Percentages of Color #681bba

%44
%85
%0
%27

Triadic Colors of #681bba

#681bba #ba681b #1bba68

Analogous Colors of #681bba

#681bba #b81bba #1b1dba

Monochromatic Colors of #681bba

#681bba

Complementary Color

#681bba #6dba1b

#681bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#681bba Color CSS Codes

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

#681bba Text Font Color

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

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


#681bba Background Color

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

This div background color is #681bba


#681bba Border Color

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

This div border color is #681bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681bba


Comments

No comments written yet.

Please login to write comment.