Color Hex Logo

#68337e Color Hex

#68337E
(104,51,126)
0 Favorites   0 Comments

Color spaces of #68337e

RGB 10451126
HSL0.780.420.35
HSV282°60°49°
CMYK 0.170.600.00   0.51
XYZ10.65866.817120.4927
Yxy6.81710.28070.1795
Hunter Lab26.109627.1765-28.2584
CIE-Lab31.386936.8611-32.9139

#68337e color RGB value is (104,51,126).

#68337e hex color red value is 104, green value is 51 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #68337e hue: 0.78 , saturation: 0.42 and the lightness value of 68337e is 0.35.

The process color (four color CMYK) of #68337e color hex is 0.17, 0.60, 0.00, 0.51. Web safe color of #68337e is #663366. Color #68337e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 01111110
Octal 150 63 176
Decimal 104 51 126
Hex 68 33 7E

RGB Percentages of Color #68337e

%37.01
%18.15
%44.84

CMYK Percentages of Color #68337e

%17
%60
%0
%51

Triadic Colors of #68337e

#68337e #7e6833 #337e68

Analogous Colors of #68337e

#68337e #7e336f #42337e

Monochromatic Colors of #68337e

#68337e

Complementary Color

#68337e #497e33

#68337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68337e Color CSS Codes

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

#68337e Text Font Color

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

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


#68337e Background Color

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

This div background color is #68337e


#68337e Border Color

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

This div border color is #68337e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,51,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68337e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68337e;
  -webkit-box-shadow: 1px 1px 3px 2px #68337e;
  box-shadow:         1px 1px 3px 2px #68337e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68337e


Comments

No comments written yet.

Please login to write comment.