Color Hex Logo

#681bbe Color Hex

#681BBE
(104,27,190)
0 Favorites   0 Comments

Color spaces of #681bbe

RGB 10427190
HSL0.750.750.43
HSV268°86°75°
CMYK 0.450.860.00   0.25
XYZ15.39517.444649.3407
Yxy7.44460.21330.1031
Hunter Lab27.284852.9680-88.1182
CIE-Lab32.798362.2156-69.4840

#681bbe color RGB value is (104,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011011 10111110
Octal 150 33 276
Decimal 104 27 190
Hex 68 1B BE

RGB Percentages of Color #681bbe

%32.40
%8.41
%59.19

CMYK Percentages of Color #681bbe

%45
%86
%0
%25

Triadic Colors of #681bbe

#681bbe #be681b #1bbe68

Analogous Colors of #681bbe

#681bbe #ba1bbe #1b20be

Monochromatic Colors of #681bbe

#681bbe

Complementary Color

#681bbe #71be1b

#681bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#681bbe Color CSS Codes

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

#681bbe Text Font Color

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

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


#681bbe Background Color

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

This div background color is #681bbe


#681bbe Border Color

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

This div border color is #681bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681bbe


Comments

No comments written yet.

Please login to write comment.