Color Hex Logo

#601870 Color Hex

#601870
(96,24,112)
0 Favorites   0 Comments

Color spaces of #601870

RGB 9624112
HSL0.800.650.27
HSV289°79°44°
CMYK 0.140.790.00   0.56
XYZ8.07514.309915.7355
Yxy4.30990.28720.1533
Hunter Lab20.760333.1003-30.4073
CIE-Lab24.670644.5019-34.8334

#601870 color RGB value is (96,24,112).

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

The process color (four color CMYK) of #601870 color hex is 0.14, 0.79, 0.00, 0.56. Web safe color of #601870 is #660066. Color #601870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 01110000
Octal 140 30 160
Decimal 96 24 112
Hex 60 18 70

RGB Percentages of Color #601870

%41.38
%10.34
%48.28

CMYK Percentages of Color #601870

%14
%79
%0
%56

Triadic Colors of #601870

#601870 #706018 #187060

Analogous Colors of #601870

#601870 #701854 #341870

Monochromatic Colors of #601870

#601870

Complementary Color

#601870 #287018

#601870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601870 Color CSS Codes

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

#601870 Text Font Color

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

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


#601870 Background Color

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

This div background color is #601870


#601870 Border Color

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

This div border color is #601870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601870


Comments

No comments written yet.

Please login to write comment.