Color Hex Logo

#601880 Color Hex

#601880
(96,24,128)
0 Favorites   0 Comments

Color spaces of #601880

RGB 9624128
HSL0.780.680.30
HSV282°81°50°
CMYK 0.250.810.00   0.50
XYZ9.04684.698620.8522
Yxy4.69860.26150.1358
Hunter Lab21.676336.5653-41.8626
CIE-Lab25.858247.8677-43.1124

#601880 color RGB value is (96,24,128).

#601880 hex color red value is 96, green value is 24 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #601880 hue: 0.78 , saturation: 0.68 and the lightness value of 601880 is 0.30.

The process color (four color CMYK) of #601880 color hex is 0.25, 0.81, 0.00, 0.50. Web safe color of #601880 is #660099. Color #601880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 10000000
Octal 140 30 200
Decimal 96 24 128
Hex 60 18 80

RGB Percentages of Color #601880

%38.71
%9.68
%51.61

CMYK Percentages of Color #601880

%25
%81
%0
%50

Triadic Colors of #601880

#601880 #806018 #188060

Analogous Colors of #601880

#601880 #80186c #2c1880

Monochromatic Colors of #601880

#601880

Complementary Color

#601880 #388018

#601880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601880 Color CSS Codes

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

#601880 Text Font Color

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

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


#601880 Background Color

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

This div background color is #601880


#601880 Border Color

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

This div border color is #601880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601880


Comments

No comments written yet.

Please login to write comment.