Color Hex Logo

#601375 Color Hex

#601375
(96,19,117)
0 Favorites   0 Comments

Color spaces of #601375

RGB 9619117
HSL0.800.720.27
HSV287°84°46°
CMYK 0.180.840.00   0.54
XYZ8.26764.236917.2117
Yxy4.23690.27820.1426
Hunter Lab20.583735.6742-35.1685
CIE-Lab24.439747.2302-38.4160

#601375 color RGB value is (96,19,117).

#601375 hex color red value is 96, green value is 19 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #601375 hue: 0.80 , saturation: 0.72 and the lightness value of 601375 is 0.27.

The process color (four color CMYK) of #601375 color hex is 0.18, 0.84, 0.00, 0.54. Web safe color of #601375 is #660066. Color #601375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 01110101
Octal 140 23 165
Decimal 96 19 117
Hex 60 13 75

RGB Percentages of Color #601375

%41.38
%8.19
%50.43

CMYK Percentages of Color #601375

%18
%84
%0
%54

Triadic Colors of #601375

#601375 #756013 #137560

Analogous Colors of #601375

#601375 #751359 #2f1375

Monochromatic Colors of #601375

#601375

Complementary Color

#601375 #287513

#601375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601375 Color CSS Codes

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

#601375 Text Font Color

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

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


#601375 Background Color

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

This div background color is #601375


#601375 Border Color

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

This div border color is #601375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601375


Comments

No comments written yet.

Please login to write comment.