Color Hex Logo

#60096e Color Hex

#60096E
(96,9,110)
0 Favorites   0 Comments

Color spaces of #60096e

RGB 969110
HSL0.810.850.23
HSV292°92°43°
CMYK 0.130.920.00   0.57
XYZ7.73603.808015.0791
Yxy3.80800.29060.1430
Hunter Lab19.514136.6133-32.1552
CIE-Lab23.026348.4686-36.1883

#60096e color RGB value is (96,9,110).

#60096e hex color red value is 96, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60096e hue: 0.81 , saturation: 0.85 and the lightness value of 60096e is 0.23.

The process color (four color CMYK) of #60096e color hex is 0.13, 0.92, 0.00, 0.57. Web safe color of #60096e is #660066. Color #60096e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001001 01101110
Octal 140 11 156
Decimal 96 9 110
Hex 60 9 6E

RGB Percentages of Color #60096e

%44.65
%4.19
%51.16

CMYK Percentages of Color #60096e

%13
%92
%0
%57

Triadic Colors of #60096e

#60096e #6e6009 #096e60

Analogous Colors of #60096e

#60096e #6e094a #2e096e

Monochromatic Colors of #60096e

#60096e

Complementary Color

#60096e #176e09

#60096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60096e Color CSS Codes

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

#60096e Text Font Color

<p style="color:#60096e">Text here</p>

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


#60096e Background Color

<div style="background-color:#60096e">
Div content here</div>

This div background color is #60096e


#60096e Border Color

<div style="border:3px solid #60096e">
Div here</div>

This div border color is #60096e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,9,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60096e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60096e;
  -webkit-box-shadow: 1px 1px 3px 2px #60096e;
  box-shadow:         1px 1px 3px 2px #60096e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60096e


Comments

No comments written yet.

Please login to write comment.