Color Hex Logo

#600288 Color Hex

#600288
(96,2,136)
0 Favorites   0 Comments

Color spaces of #600288

RGB 962136
HSL0.780.970.27
HSV282°99°53°
CMYK 0.290.990.00   0.47
XYZ9.28954.307823.6344
Yxy4.30780.24950.1157
Hunter Lab20.755243.5702-52.9860
CIE-Lab24.664055.0388-50.0861

#600288 color RGB value is (96,2,136).

#600288 hex color red value is 96, green value is 2 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #600288 hue: 0.78 , saturation: 0.97 and the lightness value of 600288 is 0.27.

The process color (four color CMYK) of #600288 color hex is 0.29, 0.99, 0.00, 0.47. Web safe color of #600288 is #660099. Color #600288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000010 10001000
Octal 140 2 210
Decimal 96 2 136
Hex 60 2 88

RGB Percentages of Color #600288

%41.03
%0.85
%58.12

CMYK Percentages of Color #600288

%29
%99
%0
%47

Triadic Colors of #600288

#600288 #886002 #028860

Analogous Colors of #600288

#600288 #88026d #1d0288

Monochromatic Colors of #600288

#600288

Complementary Color

#600288 #2a8802

#600288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600288 Color CSS Codes

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

#600288 Text Font Color

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

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


#600288 Background Color

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

This div background color is #600288


#600288 Border Color

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

This div border color is #600288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600288


Comments

No comments written yet.

Please login to write comment.