Color Hex Logo

#60176b Color Hex

#60176B
(96,23,107)
0 Favorites   0 Comments

Color spaces of #60176b

RGB 9623107
HSL0.810.650.25
HSV292°79°42°
CMYK 0.100.790.00   0.58
XYZ7.78414.161114.3028
Yxy4.16110.29660.1585
Hunter Lab20.398832.4171-27.2926
CIE-Lab24.197043.8703-32.3626

#60176b color RGB value is (96,23,107).

#60176b hex color red value is 96, green value is 23 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #60176b hue: 0.81 , saturation: 0.65 and the lightness value of 60176b is 0.25.

The process color (four color CMYK) of #60176b color hex is 0.10, 0.79, 0.00, 0.58. Web safe color of #60176b is #660066. Color #60176b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010111 01101011
Octal 140 27 153
Decimal 96 23 107
Hex 60 17 6B

RGB Percentages of Color #60176b

%42.48
%10.18
%47.35

CMYK Percentages of Color #60176b

%10
%79
%0
%58

Triadic Colors of #60176b

#60176b #6b6017 #176b60

Analogous Colors of #60176b

#60176b #6b174c #36176b

Monochromatic Colors of #60176b

#60176b

Complementary Color

#60176b #226b17

#60176b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60176b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60176b Color CSS Codes

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

#60176b Text Font Color

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

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


#60176b Background Color

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

This div background color is #60176b


#60176b Border Color

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

This div border color is #60176b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60176b


Comments

No comments written yet.

Please login to write comment.