Color Hex Logo

#682864 Color Hex

#682864
(104,40,100)
0 Favorites   0 Comments

Color spaces of #682864

RGB 10440100
HSL0.840.440.28
HSV304°62°41°
CMYK 0.000.620.04   0.59
XYZ8.76805.380712.6331
Yxy5.38070.32740.2009
Hunter Lab23.196326.8778-16.0529
CIE-Lab27.793037.1587-22.0418

#682864 color RGB value is (104,40,100).

#682864 hex color red value is 104, green value is 40 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #682864 hue: 0.84 , saturation: 0.44 and the lightness value of 682864 is 0.28.

The process color (four color CMYK) of #682864 color hex is 0.00, 0.62, 0.04, 0.59. Web safe color of #682864 is #663366. Color #682864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101000 01100100
Octal 150 50 144
Decimal 104 40 100
Hex 68 28 64

RGB Percentages of Color #682864

%42.62
%16.39
%40.98

CMYK Percentages of Color #682864

%0
%62
%4
%59

Triadic Colors of #682864

#682864 #646828 #286468

Analogous Colors of #682864

#682864 #682844 #4c2868

Monochromatic Colors of #682864

#682864

Complementary Color

#682864 #28682c

#682864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#682864 Color CSS Codes

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

#682864 Text Font Color

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

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


#682864 Background Color

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

This div background color is #682864


#682864 Border Color

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

This div border color is #682864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682864


Comments

No comments written yet.

Please login to write comment.