Color Hex Logo

#60288f Color Hex

#60288F
(96,40,143)
0 Favorites   0 Comments

Color spaces of #60288f

RGB 9640143
HSL0.760.560.36
HSV273°72°56°
CMYK 0.330.720.00   0.44
XYZ10.54065.987626.5868
Yxy5.98760.24450.1389
Hunter Lab24.469634.0695-47.2914
CIE-Lab29.381244.6133-46.7629

#60288f color RGB value is (96,40,143).

#60288f hex color red value is 96, green value is 40 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #60288f hue: 0.76 , saturation: 0.56 and the lightness value of 60288f is 0.36.

The process color (four color CMYK) of #60288f color hex is 0.33, 0.72, 0.00, 0.44. Web safe color of #60288f is #663399. Color #60288f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 10001111
Octal 140 50 217
Decimal 96 40 143
Hex 60 28 8F

RGB Percentages of Color #60288f

%34.41
%14.34
%51.25

CMYK Percentages of Color #60288f

%33
%72
%0
%44

Triadic Colors of #60288f

#60288f #8f6028 #288f60

Analogous Colors of #60288f

#60288f #8f288b #2c288f

Monochromatic Colors of #60288f

#60288f

Complementary Color

#60288f #578f28

#60288f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60288f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60288f Color CSS Codes

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

#60288f Text Font Color

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

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


#60288f Background Color

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

This div background color is #60288f


#60288f Border Color

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

This div border color is #60288f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60288f


Comments

No comments written yet.

Please login to write comment.