Color Hex Logo

#60095b Color Hex

#60095B
(96,9,91)
0 Favorites   0 Comments

Color spaces of #60095b

RGB 96991
HSL0.840.830.21
HSV303°91°38°
CMYK 0.000.910.05   0.62
XYZ6.80993.437510.2021
Yxy3.43750.33300.1681
Hunter Lab18.540533.1169-19.6466
CIE-Lab21.717245.0946-25.8096

#60095b color RGB value is (96,9,91).

#60095b hex color red value is 96, green value is 9 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #60095b hue: 0.84 , saturation: 0.83 and the lightness value of 60095b is 0.21.

The process color (four color CMYK) of #60095b color hex is 0.00, 0.91, 0.05, 0.62. Web safe color of #60095b is #660066. Color #60095b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001001 01011011
Octal 140 11 133
Decimal 96 9 91
Hex 60 9 5B

RGB Percentages of Color #60095b

%48.98
%4.59
%46.43

CMYK Percentages of Color #60095b

%0
%91
%5
%62

Triadic Colors of #60095b

#60095b #5b6009 #095b60

Analogous Colors of #60095b

#60095b #600930 #3a0960

Monochromatic Colors of #60095b

#60095b

Complementary Color

#60095b #09600e

#60095b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60095b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60095b Color CSS Codes

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

#60095b Text Font Color

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

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


#60095b Background Color

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

This div background color is #60095b


#60095b Border Color

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

This div border color is #60095b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60095b


Comments

No comments written yet.

Please login to write comment.