Color Hex Logo

#600993 Color Hex

#600993
(96,9,147)
0 Favorites   0 Comments

Color spaces of #600993

RGB 969147
HSL0.770.880.31
HSV278°94°58°
CMYK 0.350.940.00   0.42
XYZ10.18804.788827.9911
Yxy4.78880.23710.1115
Hunter Lab21.883344.8066-60.5199
CIE-Lab26.124455.9421-54.5413

#600993 color RGB value is (96,9,147).

#600993 hex color red value is 96, green value is 9 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #600993 hue: 0.77 , saturation: 0.88 and the lightness value of 600993 is 0.31.

The process color (four color CMYK) of #600993 color hex is 0.35, 0.94, 0.00, 0.42. Web safe color of #600993 is #660099. Color #600993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001001 10010011
Octal 140 11 223
Decimal 96 9 147
Hex 60 9 93

RGB Percentages of Color #600993

%38.10
%3.57
%58.33

CMYK Percentages of Color #600993

%35
%94
%0
%42

Triadic Colors of #600993

#600993 #936009 #099360

Analogous Colors of #600993

#600993 #930981 #1b0993

Monochromatic Colors of #600993

#600993

Complementary Color

#600993 #3c9309

#600993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600993 Color CSS Codes

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

#600993 Text Font Color

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

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


#600993 Background Color

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

This div background color is #600993


#600993 Border Color

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

This div border color is #600993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600993


Comments

No comments written yet.

Please login to write comment.