Color Hex Logo

#601958 Color Hex

#601958
(96,25,88)
0 Favorites   0 Comments

Color spaces of #601958

RGB 962588
HSL0.850.590.24
HSV307°74°38°
CMYK 0.000.740.08   0.62
XYZ6.93303.88669.6173
Yxy3.88660.33920.1902
Hunter Lab19.714528.2729-15.1233
CIE-Lab23.292939.5463-21.3228

#601958 color RGB value is (96,25,88).

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

The process color (four color CMYK) of #601958 color hex is 0.00, 0.74, 0.08, 0.62. Web safe color of #601958 is #660066. Color #601958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 01011000
Octal 140 31 130
Decimal 96 25 88
Hex 60 19 58

RGB Percentages of Color #601958

%45.93
%11.96
%42.11

CMYK Percentages of Color #601958

%0
%74
%8
%62

Triadic Colors of #601958

#601958 #586019 #195860

Analogous Colors of #601958

#601958 #601934 #451960

Monochromatic Colors of #601958

#601958

Complementary Color

#601958 #196021

#601958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601958 Color CSS Codes

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

#601958 Text Font Color

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

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


#601958 Background Color

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

This div background color is #601958


#601958 Border Color

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

This div border color is #601958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601958


Comments

No comments written yet.

Please login to write comment.