Color Hex Logo

#60129d Color Hex

#60129D
(96,18,157)
0 Favorites   0 Comments

Color spaces of #60129d

RGB 9618157
HSL0.760.790.34
HSV274°89°62°
CMYK 0.390.890.00   0.38
XYZ11.12605.353732.3453
Yxy5.35370.22790.1097
Hunter Lab23.138145.3406-66.6864
CIE-Lab27.719656.1425-58.0699

#60129d color RGB value is (96,18,157).

#60129d hex color red value is 96, green value is 18 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #60129d hue: 0.76 , saturation: 0.79 and the lightness value of 60129d is 0.34.

The process color (four color CMYK) of #60129d color hex is 0.39, 0.89, 0.00, 0.38. Web safe color of #60129d is #660099. Color #60129d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 10011101
Octal 140 22 235
Decimal 96 18 157
Hex 60 12 9D

RGB Percentages of Color #60129d

%35.42
%6.64
%57.93

CMYK Percentages of Color #60129d

%39
%89
%0
%38

Triadic Colors of #60129d

#60129d #9d6012 #129d60

Analogous Colors of #60129d

#60129d #9d1295 #1a129d

Monochromatic Colors of #60129d

#60129d

Complementary Color

#60129d #4f9d12

#60129d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60129d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60129d Color CSS Codes

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

#60129d Text Font Color

<p style="color:#60129d">Text here</p>

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


#60129d Background Color

<div style="background-color:#60129d">
Div content here</div>

This div background color is #60129d


#60129d Border Color

<div style="border:3px solid #60129d">
Div here</div>

This div border color is #60129d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60129d


Comments

No comments written yet.

Please login to write comment.