Color Hex Logo

#601068 Color Hex

#601068
(96,16,104)
0 Favorites   0 Comments

Color spaces of #601068

RGB 9616104
HSL0.820.730.24
HSV295°85°41°
CMYK 0.080.850.00   0.59
XYZ7.50793.856913.4454
Yxy3.85690.30260.1555
Hunter Lab19.639033.8715-26.8443
CIE-Lab23.192645.6006-32.0209

#601068 color RGB value is (96,16,104).

#601068 hex color red value is 96, green value is 16 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #601068 hue: 0.82 , saturation: 0.73 and the lightness value of 601068 is 0.24.

The process color (four color CMYK) of #601068 color hex is 0.08, 0.85, 0.00, 0.59. Web safe color of #601068 is #660066. Color #601068 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010000 01101000
Octal 140 20 150
Decimal 96 16 104
Hex 60 10 68

RGB Percentages of Color #601068

%44.44
%7.41
%48.15

CMYK Percentages of Color #601068

%8
%85
%0
%59

Triadic Colors of #601068

#601068 #686010 #106860

Analogous Colors of #601068

#601068 #681044 #341068

Monochromatic Colors of #601068

#601068

Complementary Color

#601068 #186810

#601068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601068 Color CSS Codes

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

#601068 Text Font Color

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

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


#601068 Background Color

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

This div background color is #601068


#601068 Border Color

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

This div border color is #601068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601068


Comments

No comments written yet.

Please login to write comment.