Color Hex Logo

#60418f Color Hex

#60418F
(96,65,143)
0 Favorites   0 Comments

Color spaces of #60418f

RGB 9665143
HSL0.730.380.41
HSV264°55°56°
CMYK 0.330.550.00   0.44
XYZ11.67218.250626.9639
Yxy8.25060.24890.1760
Hunter Lab28.723922.2677-35.5505
CIE-Lab34.499430.8570-38.5266

#60418f color RGB value is (96,65,143).

#60418f hex color red value is 96, green value is 65 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #60418f hue: 0.73 , saturation: 0.38 and the lightness value of 60418f is 0.41.

The process color (four color CMYK) of #60418f color hex is 0.33, 0.55, 0.00, 0.44. Web safe color of #60418f is #663399. Color #60418f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000001 10001111
Octal 140 101 217
Decimal 96 65 143
Hex 60 41 8F

RGB Percentages of Color #60418f

%31.58
%21.38
%47.04

CMYK Percentages of Color #60418f

%33
%55
%0
%44

Triadic Colors of #60418f

#60418f #8f6041 #418f60

Analogous Colors of #60418f

#60418f #87418f #41498f

Monochromatic Colors of #60418f

#60418f

Complementary Color

#60418f #708f41

#60418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60418f Color CSS Codes

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

#60418f Text Font Color

<p style="color:#60418f">Text here</p>

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


#60418f Background Color

<div style="background-color:#60418f">
Div content here</div>

This div background color is #60418f


#60418f Border Color

<div style="border:3px solid #60418f">
Div here</div>

This div border color is #60418f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,65,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60418f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60418f;
  -webkit-box-shadow: 1px 1px 3px 2px #60418f;
  box-shadow:         1px 1px 3px 2px #60418f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60418f


Comments

No comments written yet.

Please login to write comment.