Color Hex Logo

#601869 Color Hex

#601869
(96,24,105)
0 Favorites   0 Comments

Color spaces of #601869

RGB 9624105
HSL0.810.630.25
HSV293°77°41°
CMYK 0.090.770.00   0.59
XYZ7.70034.160013.7617
Yxy4.16000.30050.1624
Hunter Lab20.396131.6974-25.7271
CIE-Lab24.193543.1036-31.0701

#601869 color RGB value is (96,24,105).

#601869 hex color red value is 96, green value is 24 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #601869 hue: 0.81 , saturation: 0.63 and the lightness value of 601869 is 0.25.

The process color (four color CMYK) of #601869 color hex is 0.09, 0.77, 0.00, 0.59. Web safe color of #601869 is #660066. Color #601869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 01101001
Octal 140 30 151
Decimal 96 24 105
Hex 60 18 69

RGB Percentages of Color #601869

%42.67
%10.67
%46.67

CMYK Percentages of Color #601869

%9
%77
%0
%59

Triadic Colors of #601869

#601869 #696018 #186960

Analogous Colors of #601869

#601869 #69184a #381869

Monochromatic Colors of #601869

#601869

Complementary Color

#601869 #216918

#601869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601869 Color CSS Codes

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

#601869 Text Font Color

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

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


#601869 Background Color

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

This div background color is #601869


#601869 Border Color

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

This div border color is #601869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601869


Comments

No comments written yet.

Please login to write comment.