Color Hex Logo

#600397 Color Hex

#600397
(96,3,151)
0 Favorites   0 Comments

Color spaces of #600397

RGB 963151
HSL0.770.960.30
HSV278°98°59°
CMYK 0.360.980.00   0.41
XYZ10.44234.786329.6516
Yxy4.78630.23270.1066
Hunter Lab21.877646.9132-65.0438
CIE-Lab26.117157.9336-57.0205

#600397 color RGB value is (96,3,151).

#600397 hex color red value is 96, green value is 3 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #600397 hue: 0.77 , saturation: 0.96 and the lightness value of 600397 is 0.30.

The process color (four color CMYK) of #600397 color hex is 0.36, 0.98, 0.00, 0.41. Web safe color of #600397 is #660099. Color #600397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000011 10010111
Octal 140 3 227
Decimal 96 3 151
Hex 60 3 97

RGB Percentages of Color #600397

%38.40
%1.20
%60.40

CMYK Percentages of Color #600397

%36
%98
%0
%41

Triadic Colors of #600397

#600397 #976003 #039760

Analogous Colors of #600397

#600397 #970384 #160397

Monochromatic Colors of #600397

#600397

Complementary Color

#600397 #3a9703

#600397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600397 Color CSS Codes

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

#600397 Text Font Color

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

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


#600397 Background Color

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

This div background color is #600397


#600397 Border Color

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

This div border color is #600397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600397


Comments

No comments written yet.

Please login to write comment.