Color Hex Logo

#600f68 Color Hex

#600F68
(96,15,104)
0 Favorites   0 Comments

Color spaces of #600f68

RGB 9615104
HSL0.820.750.23
HSV295°86°41°
CMYK 0.080.860.00   0.59
XYZ7.49343.827913.4406
Yxy3.82790.30260.1546
Hunter Lab19.565034.1267-27.0350
CIE-Lab23.094145.8869-32.1788

#600f68 color RGB value is (96,15,104).

#600f68 hex color red value is 96, green value is 15 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #600f68 hue: 0.82 , saturation: 0.75 and the lightness value of 600f68 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001111 01101000
Octal 140 17 150
Decimal 96 15 104
Hex 60 F 68

RGB Percentages of Color #600f68

%44.65
%6.98
%48.37

CMYK Percentages of Color #600f68

%8
%86
%0
%59

Triadic Colors of #600f68

#600f68 #68600f #0f6860

Analogous Colors of #600f68

#600f68 #680f44 #330f68

Monochromatic Colors of #600f68

#600f68

Complementary Color

#600f68 #17680f

#600f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600f68 Color CSS Codes

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

#600f68 Text Font Color

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

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


#600f68 Background Color

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

This div background color is #600f68


#600f68 Border Color

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

This div border color is #600f68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,15,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 #600f68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600f68


Comments

No comments written yet.

Please login to write comment.