Color Hex Logo

#60119b Color Hex

#60119B
(96,17,155)
0 Favorites   0 Comments

Color spaces of #60119b

RGB 9617155
HSL0.760.800.34
HSV274°89°61°
CMYK 0.380.890.00   0.39
XYZ10.94075.254331.4479
Yxy5.25430.22960.1103
Hunter Lab22.922345.0834-65.2966
CIE-Lab27.447355.9506-57.2936

#60119b color RGB value is (96,17,155).

#60119b hex color red value is 96, green value is 17 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #60119b hue: 0.76 , saturation: 0.80 and the lightness value of 60119b is 0.34.

The process color (four color CMYK) of #60119b color hex is 0.38, 0.89, 0.00, 0.39. Web safe color of #60119b is #660099. Color #60119b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010001 10011011
Octal 140 21 233
Decimal 96 17 155
Hex 60 11 9B

RGB Percentages of Color #60119b

%35.82
%6.34
%57.84

CMYK Percentages of Color #60119b

%38
%89
%0
%39

Triadic Colors of #60119b

#60119b #9b6011 #119b60

Analogous Colors of #60119b

#60119b #9b1191 #1b119b

Monochromatic Colors of #60119b

#60119b

Complementary Color

#60119b #4c9b11

#60119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60119b Color CSS Codes

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

#60119b Text Font Color

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

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


#60119b Background Color

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

This div background color is #60119b


#60119b Border Color

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

This div border color is #60119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60119b


Comments

No comments written yet.

Please login to write comment.