Color Hex Logo

#60284a Color Hex

#60284A
(96,40,74)
0 Favorites   0 Comments

Color spaces of #60284a

RGB 964074
HSL0.900.410.27
HSV324°58°38°
CMYK 0.000.580.23   0.62
XYZ6.81874.49886.9875
Yxy4.49880.37250.2458
Hunter Lab21.210420.2659-4.6851
CIE-Lab25.256329.9291-8.9411

#60284a color RGB value is (96,40,74).

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

The process color (four color CMYK) of #60284a color hex is 0.00, 0.58, 0.23, 0.62. Web safe color of #60284a is #663333. Color #60284a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 01001010
Octal 140 50 112
Decimal 96 40 74
Hex 60 28 4A

RGB Percentages of Color #60284a

%45.71
%19.05
%35.24

CMYK Percentages of Color #60284a

%0
%58
%23
%62

Triadic Colors of #60284a

#60284a #4a6028 #284a60

Analogous Colors of #60284a

#60284a #60282e #5a2860

Monochromatic Colors of #60284a

#60284a

Complementary Color

#60284a #28603e

#60284a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60284a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60284a Color CSS Codes

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

#60284a Text Font Color

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

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


#60284a Background Color

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

This div background color is #60284a


#60284a Border Color

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

This div border color is #60284a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60284a


Comments

No comments written yet.

Please login to write comment.