Color Hex Logo

#681cbe Color Hex

#681CBE
(104,28,190)
0 Favorites   0 Comments

Color spaces of #681cbe

RGB 10428190
HSL0.740.740.43
HSV268°85°75°
CMYK 0.450.850.00   0.25
XYZ15.41847.491349.3485
Yxy7.49130.21340.1037
Hunter Lab27.370252.6560-87.7406
CIE-Lab32.900261.9141-69.3165

#681cbe color RGB value is (104,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011100 10111110
Octal 150 34 276
Decimal 104 28 190
Hex 68 1C BE

RGB Percentages of Color #681cbe

%32.30
%8.70
%59.01

CMYK Percentages of Color #681cbe

%45
%85
%0
%25

Triadic Colors of #681cbe

#681cbe #be681c #1cbe68

Analogous Colors of #681cbe

#681cbe #b91cbe #1c21be

Monochromatic Colors of #681cbe

#681cbe

Complementary Color

#681cbe #72be1c

#681cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#681cbe Color CSS Codes

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

#681cbe Text Font Color

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

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


#681cbe Background Color

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

This div background color is #681cbe


#681cbe Border Color

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

This div border color is #681cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,28,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 #681cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681cbe


Comments

No comments written yet.

Please login to write comment.