Color Hex Logo

#68359c Color Hex

#68359C
(104,53,156)
0 Favorites   0 Comments

Color spaces of #68359c

RGB 10453156
HSL0.750.490.41
HSV270°66°61°
CMYK 0.330.660.00   0.39
XYZ12.98287.889632.2911
Yxy7.88960.24420.1484
Hunter Lab28.088433.3500-48.4992
CIE-Lab33.751943.0538-47.5948

#68359c color RGB value is (104,53,156).

#68359c hex color red value is 104, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #68359c hue: 0.75 , saturation: 0.49 and the lightness value of 68359c is 0.41.

The process color (four color CMYK) of #68359c color hex is 0.33, 0.66, 0.00, 0.39. Web safe color of #68359c is #663399. Color #68359c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110101 10011100
Octal 150 65 234
Decimal 104 53 156
Hex 68 35 9C

RGB Percentages of Color #68359c

%33.23
%16.93
%49.84

CMYK Percentages of Color #68359c

%33
%66
%0
%39

Triadic Colors of #68359c

#68359c #9c6835 #359c68

Analogous Colors of #68359c

#68359c #9c359c #35369c

Monochromatic Colors of #68359c

#68359c

Complementary Color

#68359c #699c35

#68359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68359c Color CSS Codes

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

#68359c Text Font Color

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

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


#68359c Background Color

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

This div background color is #68359c


#68359c Border Color

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

This div border color is #68359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68359c

#68359c Color Palettes


Comments

No comments written yet.

Please login to write comment.