Color Hex Logo

#60284b Color Hex

#60284B
(96,40,75)
0 Favorites   0 Comments

Color spaces of #60284b

RGB 964075
HSL0.900.410.27
HSV323°58°38°
CMYK 0.000.580.22   0.62
XYZ6.85274.51247.1664
Yxy4.51240.36980.2435
Hunter Lab21.242420.4090-5.1326
CIE-Lab25.297830.0949-9.5471

#60284b color RGB value is (96,40,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101000 01001011
Octal 140 50 113
Decimal 96 40 75
Hex 60 28 4B

RGB Percentages of Color #60284b

%45.50
%18.96
%35.55

CMYK Percentages of Color #60284b

%0
%58
%22
%62

Triadic Colors of #60284b

#60284b #4b6028 #284b60

Analogous Colors of #60284b

#60284b #60282f #592860

Monochromatic Colors of #60284b

#60284b

Complementary Color

#60284b #28603d

#60284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60284b Color CSS Codes

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

#60284b Text Font Color

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

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


#60284b Background Color

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

This div background color is #60284b


#60284b Border Color

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

This div border color is #60284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60284b


Comments

No comments written yet.

Please login to write comment.