Color Hex Logo

#600039 Color Hex

#600039
(96,0,57)
0 Favorites   0 Comments

Color spaces of #600039

RGB 96057
HSL0.901.000.19
HSV324°100°38°
CMYK 0.001.000.41   0.62
XYZ5.56242.78224.1147
Yxy2.78220.44640.2233
Hunter Lab16.679930.3361-2.9500
CIE-Lab19.149642.6164-6.5127

#600039 color RGB value is (96,0,57).

#600039 hex color red value is 96, green value is 0 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #600039 hue: 0.90 , saturation: 1.00 and the lightness value of 600039 is 0.19.

The process color (four color CMYK) of #600039 color hex is 0.00, 1.00, 0.41, 0.62. Web safe color of #600039 is #660033. Color #600039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 00111001
Octal 140 0 71
Decimal 96 0 57
Hex 60 0 39

RGB Percentages of Color #600039

%62.75
%0.00
%37.25

CMYK Percentages of Color #600039

%0
%100
%41
%62

Triadic Colors of #600039

#600039 #396000 #003960

Analogous Colors of #600039

#600039 #600009 #570060

Monochromatic Colors of #600039

#600039

Complementary Color

#600039 #006027

#600039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600039 Color CSS Codes

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

#600039 Text Font Color

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

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


#600039 Background Color

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

This div background color is #600039


#600039 Border Color

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

This div border color is #600039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600039


Comments

No comments written yet.

Please login to write comment.