Color Hex Logo

#600125 Color Hex

#600125
(96,1,37)
0 Favorites   0 Comments

Color spaces of #600125

RGB 96137
HSL0.940.980.19
HSV337°99°38°
CMYK 0.000.990.61   0.62
XYZ5.16872.64211.9878
Yxy2.64210.52750.2696
Hunter Lab16.254528.31494.1275
CIE-Lab18.549440.51096.9056

#600125 color RGB value is (96,1,37).

#600125 hex color red value is 96, green value is 1 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #600125 hue: 0.94 , saturation: 0.98 and the lightness value of 600125 is 0.19.

The process color (four color CMYK) of #600125 color hex is 0.00, 0.99, 0.61, 0.62. Web safe color of #600125 is #660033. Color #600125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 00100101
Octal 140 1 45
Decimal 96 1 37
Hex 60 1 25

RGB Percentages of Color #600125

%71.64
%0.75
%27.61

CMYK Percentages of Color #600125

%0
%99
%61
%62

Triadic Colors of #600125

#600125 #256001 #012560

Analogous Colors of #600125

#600125 #600d01 #600154

Monochromatic Colors of #600125

#600125

Complementary Color

#600125 #01603c

#600125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600125 Color CSS Codes

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

#600125 Text Font Color

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

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


#600125 Background Color

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

This div background color is #600125


#600125 Border Color

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

This div border color is #600125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600125


Comments

No comments written yet.

Please login to write comment.