Color Hex Logo

#681fbc Color Hex

#681FBC
(104,31,188)
0 Favorites   0 Comments

Color spaces of #681fbc

RGB 10431188
HSL0.740.720.43
HSV268°84°74°
CMYK 0.450.840.00   0.26
XYZ15.27607.553948.2299
Yxy7.55390.21500.1063
Hunter Lab27.484451.1139-84.8038
CIE-Lab33.036060.4865-67.9127

#681fbc color RGB value is (104,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011111 10111100
Octal 150 37 274
Decimal 104 31 188
Hex 68 1F BC

RGB Percentages of Color #681fbc

%32.20
%9.60
%58.20

CMYK Percentages of Color #681fbc

%45
%84
%0
%26

Triadic Colors of #681fbc

#681fbc #bc681f #1fbc68

Analogous Colors of #681fbc

#681fbc #b71fbc #1f24bc

Monochromatic Colors of #681fbc

#681fbc

Complementary Color

#681fbc #73bc1f

#681fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#681fbc Color CSS Codes

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

#681fbc Text Font Color

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

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


#681fbc Background Color

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

This div background color is #681fbc


#681fbc Border Color

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

This div border color is #681fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681fbc


Comments

No comments written yet.

Please login to write comment.