Color Hex Logo

#600778 Color Hex

#600778
(96,7,120)
0 Favorites   0 Comments

Color spaces of #600778

RGB 967120
HSL0.800.890.25
HSV287°94°47°
CMYK 0.200.940.00   0.53
XYZ8.29003.994818.1034
Yxy3.99480.27280.1315
Hunter Lab19.987039.0591-39.7116
CIE-Lab23.654250.8155-41.6063

#600778 color RGB value is (96,7,120).

#600778 hex color red value is 96, green value is 7 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #600778 hue: 0.80 , saturation: 0.89 and the lightness value of 600778 is 0.25.

The process color (four color CMYK) of #600778 color hex is 0.20, 0.94, 0.00, 0.53. Web safe color of #600778 is #660066. Color #600778 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000111 01111000
Octal 140 7 170
Decimal 96 7 120
Hex 60 7 78

RGB Percentages of Color #600778

%43.05
%3.14
%53.81

CMYK Percentages of Color #600778

%20
%94
%0
%53

Triadic Colors of #600778

#600778 #786007 #077860

Analogous Colors of #600778

#600778 #780757 #280778

Monochromatic Colors of #600778

#600778

Complementary Color

#600778 #1f7807

#600778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600778 Color CSS Codes

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

#600778 Text Font Color

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

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


#600778 Background Color

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

This div background color is #600778


#600778 Border Color

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

This div border color is #600778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600778

#600778 Color Palettes


Comments

No comments written yet.

Please login to write comment.