Color Hex Logo

#601955 Color Hex

#601955
(96,25,85)
0 Favorites   0 Comments

Color spaces of #601955

RGB 962585
HSL0.860.590.24
HSV309°74°38°
CMYK 0.000.740.11   0.62
XYZ6.81123.83798.9761
Yxy3.83790.34710.1956
Hunter Lab19.590627.7770-13.4524
CIE-Lab23.128139.0260-19.5818

#601955 color RGB value is (96,25,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 01010101
Octal 140 31 125
Decimal 96 25 85
Hex 60 19 55

RGB Percentages of Color #601955

%46.60
%12.14
%41.26

CMYK Percentages of Color #601955

%0
%74
%11
%62

Triadic Colors of #601955

#601955 #556019 #195560

Analogous Colors of #601955

#601955 #601931 #481960

Monochromatic Colors of #601955

#601955

Complementary Color

#601955 #196024

#601955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601955 Color CSS Codes

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

#601955 Text Font Color

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

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


#601955 Background Color

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

This div background color is #601955


#601955 Border Color

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

This div border color is #601955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601955


Comments

No comments written yet.

Please login to write comment.