Color Hex Logo

#600550 Color Hex

#600550
(96,5,80)
0 Favorites   0 Comments

Color spaces of #600550

RGB 96580
HSL0.860.900.20
HSV311°95°38°
CMYK 0.000.950.17   0.62
XYZ6.32613.17457.8687
Yxy3.17450.36420.1828
Hunter Lab17.817132.1977-13.7127
CIE-Lab20.729644.3121-19.9793

#600550 color RGB value is (96,5,80).

#600550 hex color red value is 96, green value is 5 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #600550 hue: 0.86 , saturation: 0.90 and the lightness value of 600550 is 0.20.

The process color (four color CMYK) of #600550 color hex is 0.00, 0.95, 0.17, 0.62. Web safe color of #600550 is #660066. Color #600550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000101 01010000
Octal 140 5 120
Decimal 96 5 80
Hex 60 5 50

RGB Percentages of Color #600550

%53.04
%2.76
%44.20

CMYK Percentages of Color #600550

%0
%95
%17
%62

Triadic Colors of #600550

#600550 #506005 #055060

Analogous Colors of #600550

#600550 #600523 #420560

Monochromatic Colors of #600550

#600550

Complementary Color

#600550 #056015

#600550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600550 Color CSS Codes

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

#600550 Text Font Color

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

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


#600550 Background Color

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

This div background color is #600550


#600550 Border Color

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

This div border color is #600550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600550


Comments

No comments written yet.

Please login to write comment.