Color Hex Logo

#682896 Color Hex

#682896
(104,40,150)
0 Favorites   0 Comments

Color spaces of #682896

RGB 10440150
HSL0.760.580.37
HSV275°73°59°
CMYK 0.310.730.00   0.41
XYZ11.97276.662629.5091
Yxy6.66260.24870.1384
Hunter Lab25.812037.6248-49.7138
CIE-Lab31.026147.9436-48.3486

#682896 color RGB value is (104,40,150).

#682896 hex color red value is 104, green value is 40 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #682896 hue: 0.76 , saturation: 0.58 and the lightness value of 682896 is 0.37.

The process color (four color CMYK) of #682896 color hex is 0.31, 0.73, 0.00, 0.41. Web safe color of #682896 is #663399. Color #682896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101000 10010110
Octal 150 50 226
Decimal 104 40 150
Hex 68 28 96

RGB Percentages of Color #682896

%35.37
%13.61
%51.02

CMYK Percentages of Color #682896

%31
%73
%0
%41

Triadic Colors of #682896

#682896 #966828 #289668

Analogous Colors of #682896

#682896 #96288d #312896

Monochromatic Colors of #682896

#682896

Complementary Color

#682896 #569628

#682896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682896 Color CSS Codes

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

#682896 Text Font Color

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

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


#682896 Background Color

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

This div background color is #682896


#682896 Border Color

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

This div border color is #682896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,40,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682896;
  -webkit-box-shadow: 1px 1px 3px 2px #682896;
  box-shadow:         1px 1px 3px 2px #682896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682896


Comments

No comments written yet.

Please login to write comment.