Color Hex Logo

#600553 Color Hex

#600553
(96,5,83)
0 Favorites   0 Comments

Color spaces of #600553

RGB 96583
HSL0.860.900.20
HSV309°95°38°
CMYK 0.000.950.14   0.62
XYZ6.43953.21998.4657
Yxy3.21990.35530.1776
Hunter Lab17.944132.6552-15.4111
CIE-Lab20.903944.7646-21.7345

#600553 color RGB value is (96,5,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000101 01010011
Octal 140 5 123
Decimal 96 5 83
Hex 60 5 53

RGB Percentages of Color #600553

%52.17
%2.72
%45.11

CMYK Percentages of Color #600553

%0
%95
%14
%62

Triadic Colors of #600553

#600553 #536005 #055360

Analogous Colors of #600553

#600553 #600526 #3f0560

Monochromatic Colors of #600553

#600553

Complementary Color

#600553 #056012

#600553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600553 Color CSS Codes

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

#600553 Text Font Color

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

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


#600553 Background Color

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

This div background color is #600553


#600553 Border Color

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

This div border color is #600553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600553


Comments

No comments written yet.

Please login to write comment.