Color Hex Logo

#601962 Color Hex

#601962
(96,25,98)
0 Favorites   0 Comments

Color spaces of #601962

RGB 962598
HSL0.830.590.24
HSV298°74°38°
CMYK 0.020.740.00   0.62
XYZ7.37614.063911.9509
Yxy4.06390.31530.1737
Hunter Lab20.159130.0336-21.0374
CIE-Lab23.881641.3681-26.9971

#601962 color RGB value is (96,25,98).

#601962 hex color red value is 96, green value is 25 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #601962 hue: 0.83 , saturation: 0.59 and the lightness value of 601962 is 0.24.

The process color (four color CMYK) of #601962 color hex is 0.02, 0.74, 0.00, 0.62. Web safe color of #601962 is #660066. Color #601962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 01100010
Octal 140 31 142
Decimal 96 25 98
Hex 60 19 62

RGB Percentages of Color #601962

%43.84
%11.42
%44.75

CMYK Percentages of Color #601962

%2
%74
%0
%62

Triadic Colors of #601962

#601962 #626019 #196260

Analogous Colors of #601962

#601962 #621940 #3c1962

Monochromatic Colors of #601962

#601962

Complementary Color

#601962 #1b6219

#601962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601962 Color CSS Codes

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

#601962 Text Font Color

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

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


#601962 Background Color

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

This div background color is #601962


#601962 Border Color

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

This div border color is #601962


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,25,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #601962; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #601962;
  -webkit-box-shadow: 1px 1px 3px 2px #601962;
  box-shadow:         1px 1px 3px 2px #601962; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601962


Comments

No comments written yet.

Please login to write comment.