Color Hex Logo

#60058a Color Hex

#60058A
(96,5,138)
0 Favorites   0 Comments

Color spaces of #60058a

RGB 965138
HSL0.780.930.28
HSV281°96°54°
CMYK 0.300.960.00   0.46
XYZ9.46564.430324.4010
Yxy4.43030.24720.1157
Hunter Lab21.048343.4386-54.0003
CIE-Lab25.045854.8391-50.7135

#60058a color RGB value is (96,5,138).

#60058a hex color red value is 96, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #60058a hue: 0.78 , saturation: 0.93 and the lightness value of 60058a is 0.28.

The process color (four color CMYK) of #60058a color hex is 0.30, 0.96, 0.00, 0.46. Web safe color of #60058a is #660099. Color #60058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000101 10001010
Octal 140 5 212
Decimal 96 5 138
Hex 60 5 8A

RGB Percentages of Color #60058a

%40.17
%2.09
%57.74

CMYK Percentages of Color #60058a

%30
%96
%0
%46

Triadic Colors of #60058a

#60058a #8a6005 #058a60

Analogous Colors of #60058a

#60058a #8a0572 #1e058a

Monochromatic Colors of #60058a

#60058a

Complementary Color

#60058a #2f8a05

#60058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60058a Color CSS Codes

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

#60058a Text Font Color

<p style="color:#60058a">Text here</p>

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


#60058a Background Color

<div style="background-color:#60058a">
Div content here</div>

This div background color is #60058a


#60058a Border Color

<div style="border:3px solid #60058a">
Div here</div>

This div border color is #60058a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,5,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60058a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60058a;
  -webkit-box-shadow: 1px 1px 3px 2px #60058a;
  box-shadow:         1px 1px 3px 2px #60058a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60058a


Comments

No comments written yet.

Please login to write comment.