Color Hex Logo

#60847c Color Hex

#60847C
(96,132,124)
0 Favorites   0 Comments

Color spaces of #60847c

RGB 96132124
HSL0.460.160.45
HSV167°27°52°
CMYK 0.270.000.06   0.48
XYZ16.713220.444622.1341
Yxy20.44460.28190.3448
Hunter Lab45.2157-13.14812.6272
CIE-Lab52.3362-14.43290.2238

#60847c color RGB value is (96,132,124).

#60847c hex color red value is 96, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #60847c hue: 0.46 , saturation: 0.16 and the lightness value of 60847c is 0.45.

The process color (four color CMYK) of #60847c color hex is 0.27, 0.00, 0.06, 0.48. Web safe color of #60847c is #669966. Color #60847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000100 01111100
Octal 140 204 174
Decimal 96 132 124
Hex 60 84 7C

RGB Percentages of Color #60847c

%27.27
%37.50
%35.23

CMYK Percentages of Color #60847c

%27
%0
%6
%48

Triadic Colors of #60847c

#60847c #7c6084 #847c60

Analogous Colors of #60847c

#60847c #607a84 #60846a

Monochromatic Colors of #60847c

#60847c

Complementary Color

#60847c #846068

#60847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60847c Color CSS Codes

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

#60847c Text Font Color

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

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


#60847c Background Color

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

This div background color is #60847c


#60847c Border Color

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

This div border color is #60847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60847c


Comments

No comments written yet.

Please login to write comment.