Color Hex Logo

#60369a Color Hex

#60369A
(96,54,154)
0 Favorites   0 Comments

Color spaces of #60369a

RGB 9654154
HSL0.740.480.41
HSV265°65°60°
CMYK 0.380.650.00   0.40
XYZ11.97587.458231.3802
Yxy7.45820.23570.1468
Hunter Lab27.309730.4835-49.0103
CIE-Lab32.828040.1983-47.9215

#60369a color RGB value is (96,54,154).

#60369a hex color red value is 96, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #60369a hue: 0.74 , saturation: 0.48 and the lightness value of 60369a is 0.41.

The process color (four color CMYK) of #60369a color hex is 0.38, 0.65, 0.00, 0.40. Web safe color of #60369a is #663399. Color #60369a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110110 10011010
Octal 140 66 232
Decimal 96 54 154
Hex 60 36 9A

RGB Percentages of Color #60369a

%31.58
%17.76
%50.66

CMYK Percentages of Color #60369a

%38
%65
%0
%40

Triadic Colors of #60369a

#60369a #9a6036 #369a60

Analogous Colors of #60369a

#60369a #92369a #363e9a

Monochromatic Colors of #60369a

#60369a

Complementary Color

#60369a #709a36

#60369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60369a Color CSS Codes

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

#60369a Text Font Color

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

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


#60369a Background Color

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

This div background color is #60369a


#60369a Border Color

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

This div border color is #60369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60369a


Comments

No comments written yet.

Please login to write comment.