Color Hex Logo

#60127e Color Hex

#60127E
(96,18,126)
0 Favorites   0 Comments

Color spaces of #60127e

RGB 9618126
HSL0.790.750.28
HSV283°86°49°
CMYK 0.240.860.00   0.51
XYZ8.80614.425820.1288
Yxy4.42580.26400.1327
Hunter Lab21.037637.9023-42.0025
CIE-Lab25.031949.3864-43.1882

#60127e color RGB value is (96,18,126).

#60127e hex color red value is 96, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #60127e hue: 0.79 , saturation: 0.75 and the lightness value of 60127e is 0.28.

The process color (four color CMYK) of #60127e color hex is 0.24, 0.86, 0.00, 0.51. Web safe color of #60127e is #660066. Color #60127e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 01111110
Octal 140 22 176
Decimal 96 18 126
Hex 60 12 7E

RGB Percentages of Color #60127e

%40.00
%7.50
%52.50

CMYK Percentages of Color #60127e

%24
%86
%0
%51

Triadic Colors of #60127e

#60127e #7e6012 #127e60

Analogous Colors of #60127e

#60127e #7e1266 #2a127e

Monochromatic Colors of #60127e

#60127e

Complementary Color

#60127e #307e12

#60127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60127e Color CSS Codes

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

#60127e Text Font Color

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

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


#60127e Background Color

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

This div background color is #60127e


#60127e Border Color

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

This div border color is #60127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60127e


Comments

No comments written yet.

Please login to write comment.