Color Hex Logo

#600003 Color Hex

#600003
(96,0,3)
0 Favorites   0 Comments

Color spaces of #600003

RGB 9603
HSL0.991.000.19
HSV358°100°38°
CMYK 0.001.000.97   0.62
XYZ4.84032.49340.3123
Yxy2.49340.63300.3261
Hunter Lab15.790527.08269.8807
CIE-Lab17.888739.258826.3757

#600003 color RGB value is (96,0,3).

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

The process color (four color CMYK) of #600003 color hex is 0.00, 1.00, 0.97, 0.62. Web safe color of #600003 is #660000. Color #600003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 00000011
Octal 140 0 3
Decimal 96 0 3
Hex 60 0 3

RGB Percentages of Color #600003

%96.97
%0.00
%3.03

CMYK Percentages of Color #600003

%0
%100
%97
%62

Triadic Colors of #600003

#600003 #036000 #000360

Analogous Colors of #600003

#600003 #602d00 #600033

Monochromatic Colors of #600003

#600003

Complementary Color

#600003 #00605d

#600003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600003 Color CSS Codes

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

#600003 Text Font Color

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

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


#600003 Background Color

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

This div background color is #600003


#600003 Border Color

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

This div border color is #600003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600003


Comments

No comments written yet.

Please login to write comment.