Color Hex Logo

#681cbd Color Hex

#681CBD
(104,28,189)
0 Favorites   0 Comments

Color spaces of #681cbd

RGB 10428189
HSL0.750.740.43
HSV268°85°74°
CMYK 0.450.850.00   0.26
XYZ15.30957.447748.7748
Yxy7.44770.21400.1041
Hunter Lab27.290552.3772-86.8625
CIE-Lab32.805161.6803-68.8827

#681cbd color RGB value is (104,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 10111101
Octal 150 34 275
Decimal 104 28 189
Hex 68 1C BD

RGB Percentages of Color #681cbd

%32.40
%8.72
%58.88

CMYK Percentages of Color #681cbd

%45
%85
%0
%26

Triadic Colors of #681cbd

#681cbd #bd681c #1cbd68

Analogous Colors of #681cbd

#681cbd #b91cbd #1c20bd

Monochromatic Colors of #681cbd

#681cbd

Complementary Color

#681cbd #71bd1c

#681cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cbd Color CSS Codes

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

#681cbd Text Font Color

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

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


#681cbd Background Color

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

This div background color is #681cbd


#681cbd Border Color

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

This div border color is #681cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cbd


Comments

No comments written yet.

Please login to write comment.