Color Hex Logo

#60018c Color Hex

#60018C
(96,1,140)
0 Favorites   0 Comments

Color spaces of #60018c

RGB 961140
HSL0.780.990.28
HSV281°99°55°
CMYK 0.310.990.00   0.45
XYZ9.56834.402025.1563
Yxy4.40200.24450.1125
Hunter Lab20.980944.6878-56.4025
CIE-Lab24.958256.0518-52.1052

#60018c color RGB value is (96,1,140).

#60018c hex color red value is 96, green value is 1 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #60018c hue: 0.78 , saturation: 0.99 and the lightness value of 60018c is 0.28.

The process color (four color CMYK) of #60018c color hex is 0.31, 0.99, 0.00, 0.45. Web safe color of #60018c is #660099. Color #60018c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 10001100
Octal 140 1 214
Decimal 96 1 140
Hex 60 1 8C

RGB Percentages of Color #60018c

%40.51
%0.42
%59.07

CMYK Percentages of Color #60018c

%31
%99
%0
%45

Triadic Colors of #60018c

#60018c #8c6001 #018c60

Analogous Colors of #60018c

#60018c #8c0173 #1b018c

Monochromatic Colors of #60018c

#60018c

Complementary Color

#60018c #2d8c01

#60018c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60018c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60018c Color CSS Codes

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

#60018c Text Font Color

<p style="color:#60018c">Text here</p>

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


#60018c Background Color

<div style="background-color:#60018c">
Div content here</div>

This div background color is #60018c


#60018c Border Color

<div style="border:3px solid #60018c">
Div here</div>

This div border color is #60018c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,1,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60018c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60018c;
  -webkit-box-shadow: 1px 1px 3px 2px #60018c;
  box-shadow:         1px 1px 3px 2px #60018c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60018c


Comments

No comments written yet.

Please login to write comment.