Color Hex Logo

#600184 Color Hex

#600184
(96,1,132)
0 Favorites   0 Comments

Color spaces of #600184

RGB 961132
HSL0.790.980.26
HSV284°99°52°
CMYK 0.270.990.00   0.48
XYZ8.99964.174422.1612
Yxy4.17440.25470.1181
Hunter Lab20.431342.8708-50.0079
CIE-Lab24.239854.4458-48.2663

#600184 color RGB value is (96,1,132).

#600184 hex color red value is 96, green value is 1 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #600184 hue: 0.79 , saturation: 0.98 and the lightness value of 600184 is 0.26.

The process color (four color CMYK) of #600184 color hex is 0.27, 0.99, 0.00, 0.48. Web safe color of #600184 is #660099. Color #600184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 10000100
Octal 140 1 204
Decimal 96 1 132
Hex 60 1 84

RGB Percentages of Color #600184

%41.92
%0.44
%57.64

CMYK Percentages of Color #600184

%27
%99
%0
%48

Triadic Colors of #600184

#600184 #846001 #018460

Analogous Colors of #600184

#600184 #840167 #1f0184

Monochromatic Colors of #600184

#600184

Complementary Color

#600184 #258401

#600184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600184 Color CSS Codes

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

#600184 Text Font Color

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

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


#600184 Background Color

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

This div background color is #600184


#600184 Border Color

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

This div border color is #600184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600184


Comments

No comments written yet.

Please login to write comment.