Color Hex Logo

#600774 Color Hex

#600774
(96,7,116)
0 Favorites   0 Comments

Color spaces of #600774

RGB 967116
HSL0.800.890.24
HSV289°94°45°
CMYK 0.170.940.00   0.55
XYZ8.05223.899716.8513
Yxy3.89970.27960.1354
Hunter Lab19.747738.2258-36.7707
CIE-Lab23.337050.0419-39.5569

#600774 color RGB value is (96,7,116).

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

The process color (four color CMYK) of #600774 color hex is 0.17, 0.94, 0.00, 0.55. Web safe color of #600774 is #660066. Color #600774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000111 01110100
Octal 140 7 164
Decimal 96 7 116
Hex 60 7 74

RGB Percentages of Color #600774

%43.84
%3.20
%52.97

CMYK Percentages of Color #600774

%17
%94
%0
%55

Triadic Colors of #600774

#600774 #746007 #077460

Analogous Colors of #600774

#600774 #740752 #2a0774

Monochromatic Colors of #600774

#600774

Complementary Color

#600774 #1b7407

#600774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600774 Color CSS Codes

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

#600774 Text Font Color

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

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


#600774 Background Color

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

This div background color is #600774


#600774 Border Color

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

This div border color is #600774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600774


Comments

No comments written yet.

Please login to write comment.