Color Hex Logo

#600439 Color Hex

#600439
(96,4,57)
0 Favorites   0 Comments

Color spaces of #600439

RGB 96457
HSL0.900.920.20
HSV325°96°38°
CMYK 0.000.960.41   0.62
XYZ5.60582.86904.1292
Yxy2.86900.44480.2276
Hunter Lab16.938129.4342-2.5971
CIE-Lab19.511441.5605-5.9676

#600439 color RGB value is (96,4,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000100 00111001
Octal 140 4 71
Decimal 96 4 57
Hex 60 4 39

RGB Percentages of Color #600439

%61.15
%2.55
%36.31

CMYK Percentages of Color #600439

%0
%96
%41
%62

Triadic Colors of #600439

#600439 #396004 #043960

Analogous Colors of #600439

#600439 #60040b #590460

Monochromatic Colors of #600439

#600439

Complementary Color

#600439 #04602b

#600439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600439 Color CSS Codes

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

#600439 Text Font Color

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

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


#600439 Background Color

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

This div background color is #600439


#600439 Border Color

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

This div border color is #600439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600439


Comments

No comments written yet.

Please login to write comment.