Color Hex Logo

#600218 Color Hex

#600218
(96,2,24)
0 Favorites   0 Comments

Color spaces of #600218

RGB 96224
HSL0.960.960.19
HSV346°98°38°
CMYK 0.000.980.75   0.62
XYZ5.01042.59621.1012
Yxy2.59620.57540.2981
Hunter Lab16.112727.30897.2268
CIE-Lab18.348239.424415.9698

#600218 color RGB value is (96,2,24).

#600218 hex color red value is 96, green value is 2 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #600218 hue: 0.96 , saturation: 0.96 and the lightness value of 600218 is 0.19.

The process color (four color CMYK) of #600218 color hex is 0.00, 0.98, 0.75, 0.62. Web safe color of #600218 is #660000. Color #600218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000010 00011000
Octal 140 2 30
Decimal 96 2 24
Hex 60 2 18

RGB Percentages of Color #600218

%78.69
%1.64
%19.67

CMYK Percentages of Color #600218

%0
%98
%75
%62

Triadic Colors of #600218

#600218 #186002 #021860

Analogous Colors of #600218

#600218 #601b02 #600247

Monochromatic Colors of #600218

#600218

Complementary Color

#600218 #02604a

#600218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600218 Color CSS Codes

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

#600218 Text Font Color

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

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


#600218 Background Color

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

This div background color is #600218


#600218 Border Color

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

This div border color is #600218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600218


Comments

No comments written yet.

Please login to write comment.