Color Hex Logo

#68568d Color Hex

#68568D
(104,86,141)
0 Favorites   0 Comments

Color spaces of #68568d

RGB 10486141
HSL0.720.240.45
HSV260°39°55°
CMYK 0.260.390.00   0.45
XYZ13.844411.521726.6935
Yxy11.52170.26590.2213
Hunter Lab33.943613.4025-22.8655
CIE-Lab40.445619.7764-27.8533

#68568d color RGB value is (104,86,141).

#68568d hex color red value is 104, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #68568d hue: 0.72 , saturation: 0.24 and the lightness value of 68568d is 0.45.

The process color (four color CMYK) of #68568d color hex is 0.26, 0.39, 0.00, 0.45. Web safe color of #68568d is #666699. Color #68568d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 10001101
Octal 150 126 215
Decimal 104 86 141
Hex 68 56 8D

RGB Percentages of Color #68568d

%31.42
%25.98
%42.60

CMYK Percentages of Color #68568d

%26
%39
%0
%45

Triadic Colors of #68568d

#68568d #8d6856 #568d68

Analogous Colors of #68568d

#68568d #84568d #565f8d

Monochromatic Colors of #68568d

#68568d

Complementary Color

#68568d #7b8d56

#68568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68568d Color CSS Codes

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

#68568d Text Font Color

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

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


#68568d Background Color

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

This div background color is #68568d


#68568d Border Color

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

This div border color is #68568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68568d


Comments

No comments written yet.

Please login to write comment.