Color Hex Logo

#68568c Color Hex

#68568C
(104,86,140)
0 Favorites   0 Comments

Color spaces of #68568c

RGB 10486140
HSL0.720.240.44
HSV260°39°55°
CMYK 0.260.390.00   0.45
XYZ13.770311.492126.3034
Yxy11.49210.26700.2229
Hunter Lab33.900013.1823-22.2738
CIE-Lab40.397219.5147-27.3240

#68568c color RGB value is (104,86,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010110 10001100
Octal 150 126 214
Decimal 104 86 140
Hex 68 56 8C

RGB Percentages of Color #68568c

%31.52
%26.06
%42.42

CMYK Percentages of Color #68568c

%26
%39
%0
%45

Triadic Colors of #68568c

#68568c #8c6856 #568c68

Analogous Colors of #68568c

#68568c #83568c #565f8c

Monochromatic Colors of #68568c

#68568c

Complementary Color

#68568c #7a8c56

#68568c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68568c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68568c Color CSS Codes

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

#68568c Text Font Color

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

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


#68568c Background Color

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

This div background color is #68568c


#68568c Border Color

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

This div border color is #68568c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68568c


Comments

No comments written yet.

Please login to write comment.