Color Hex Logo

#60326e Color Hex

#60326E
(96,50,110)
0 Favorites   0 Comments

Color spaces of #60326e

RGB 9650110
HSL0.790.380.31
HSV286°55°43°
CMYK 0.130.550.00   0.57
XYZ8.77895.893815.4268
Yxy5.89380.29170.1958
Hunter Lab24.277122.0627-20.6815
CIE-Lab29.142931.4334-26.4316

#60326e color RGB value is (96,50,110).

#60326e hex color red value is 96, green value is 50 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60326e hue: 0.79 , saturation: 0.38 and the lightness value of 60326e is 0.31.

The process color (four color CMYK) of #60326e color hex is 0.13, 0.55, 0.00, 0.57. Web safe color of #60326e is #663366. Color #60326e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110010 01101110
Octal 140 62 156
Decimal 96 50 110
Hex 60 32 6E

RGB Percentages of Color #60326e

%37.50
%19.53
%42.97

CMYK Percentages of Color #60326e

%13
%55
%0
%57

Triadic Colors of #60326e

#60326e #6e6032 #326e60

Analogous Colors of #60326e

#60326e #6e325e #42326e

Monochromatic Colors of #60326e

#60326e

Complementary Color

#60326e #406e32

#60326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60326e Color CSS Codes

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

#60326e Text Font Color

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

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


#60326e Background Color

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

This div background color is #60326e


#60326e Border Color

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

This div border color is #60326e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,50,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60326e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60326e;
  -webkit-box-shadow: 1px 1px 3px 2px #60326e;
  box-shadow:         1px 1px 3px 2px #60326e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,50,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60326e


Comments

No comments written yet.

Please login to write comment.