Color Hex Logo

#60284e Color Hex

#60284E
(96,40,78)
0 Favorites   0 Comments

Color spaces of #60284e

RGB 964078
HSL0.890.410.27
HSV319°58°38°
CMYK 0.000.580.19   0.62
XYZ6.95784.55447.7201
Yxy4.55440.36180.2368
Hunter Lab21.341020.8494-6.5094
CIE-Lab25.425630.6028-11.3551

#60284e color RGB value is (96,40,78).

#60284e hex color red value is 96, green value is 40 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #60284e hue: 0.89 , saturation: 0.41 and the lightness value of 60284e is 0.27.

The process color (four color CMYK) of #60284e color hex is 0.00, 0.58, 0.19, 0.62. Web safe color of #60284e is #663366. Color #60284e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 01001110
Octal 140 50 116
Decimal 96 40 78
Hex 60 28 4E

RGB Percentages of Color #60284e

%44.86
%18.69
%36.45

CMYK Percentages of Color #60284e

%0
%58
%19
%62

Triadic Colors of #60284e

#60284e #4e6028 #284e60

Analogous Colors of #60284e

#60284e #602832 #562860

Monochromatic Colors of #60284e

#60284e

Complementary Color

#60284e #28603a

#60284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60284e Color CSS Codes

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

#60284e Text Font Color

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

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


#60284e Background Color

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

This div background color is #60284e


#60284e Border Color

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

This div border color is #60284e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60284e


Comments

No comments written yet.

Please login to write comment.