Color Hex Logo

#682156 Color Hex

#682156
(104,33,86)
0 Favorites   0 Comments

Color spaces of #682156

RGB 1043386
HSL0.880.520.27
HSV315°68°41°
CMYK 0.000.680.17   0.59
XYZ7.93254.70279.2937
Yxy4.70270.36170.2145
Hunter Lab21.685727.3442-10.2295
CIE-Lab25.870438.0287-15.8685

#682156 color RGB value is (104,33,86).

#682156 hex color red value is 104, green value is 33 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #682156 hue: 0.88 , saturation: 0.52 and the lightness value of 682156 is 0.27.

The process color (four color CMYK) of #682156 color hex is 0.00, 0.68, 0.17, 0.59. Web safe color of #682156 is #663366. Color #682156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100001 01010110
Octal 150 41 126
Decimal 104 33 86
Hex 68 21 56

RGB Percentages of Color #682156

%46.64
%14.80
%38.57

CMYK Percentages of Color #682156

%0
%68
%17
%59

Triadic Colors of #682156

#682156 #566821 #215668

Analogous Colors of #682156

#682156 #682133 #562168

Monochromatic Colors of #682156

#682156

Complementary Color

#682156 #216833

#682156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682156 Color CSS Codes

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

#682156 Text Font Color

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

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


#682156 Background Color

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

This div background color is #682156


#682156 Border Color

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

This div border color is #682156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682156


Comments

No comments written yet.

Please login to write comment.