Color Hex Logo

#601278 Color Hex

#601278
(96,18,120)
0 Favorites   0 Comments

Color spaces of #601278

RGB 9618120
HSL0.790.740.27
HSV286°85°47°
CMYK 0.200.850.00   0.53
XYZ8.43034.275518.1502
Yxy4.27550.27320.1386
Hunter Lab20.677336.5907-37.5698
CIE-Lab24.562148.1463-40.1357

#601278 color RGB value is (96,18,120).

#601278 hex color red value is 96, green value is 18 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #601278 hue: 0.79 , saturation: 0.74 and the lightness value of 601278 is 0.27.

The process color (four color CMYK) of #601278 color hex is 0.20, 0.85, 0.00, 0.53. Web safe color of #601278 is #660066. Color #601278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 01111000
Octal 140 22 170
Decimal 96 18 120
Hex 60 12 78

RGB Percentages of Color #601278

%41.03
%7.69
%51.28

CMYK Percentages of Color #601278

%20
%85
%0
%53

Triadic Colors of #601278

#601278 #786012 #127860

Analogous Colors of #601278

#601278 #78125d #2d1278

Monochromatic Colors of #601278

#601278

Complementary Color

#601278 #2a7812

#601278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601278 Color CSS Codes

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

#601278 Text Font Color

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

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


#601278 Background Color

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

This div background color is #601278


#601278 Border Color

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

This div border color is #601278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601278


Comments

No comments written yet.

Please login to write comment.