Color Hex Logo

#600330 Color Hex

#600330
(96,3,48)
0 Favorites   0 Comments

Color spaces of #600330

RGB 96348
HSL0.920.940.19
HSV331°97°38°
CMYK 0.000.970.50   0.62
XYZ5.38992.76533.0460
Yxy2.76530.48120.2469
Hunter Lab16.629228.75480.7802
CIE-Lab19.078340.8960-0.2338

#600330 color RGB value is (96,3,48).

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

The process color (four color CMYK) of #600330 color hex is 0.00, 0.97, 0.50, 0.62. Web safe color of #600330 is #660033. Color #600330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000011 00110000
Octal 140 3 60
Decimal 96 3 48
Hex 60 3 30

RGB Percentages of Color #600330

%65.31
%2.04
%32.65

CMYK Percentages of Color #600330

%0
%97
%50
%62

Triadic Colors of #600330

#600330 #306003 #033060

Analogous Colors of #600330

#600330 #600403 #60035f

Monochromatic Colors of #600330

#600330

Complementary Color

#600330 #036033

#600330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600330 Color CSS Codes

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

#600330 Text Font Color

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

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


#600330 Background Color

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

This div background color is #600330


#600330 Border Color

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

This div border color is #600330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600330


Comments

No comments written yet.

Please login to write comment.