Color Hex Logo

#180063 Color Hex

#180063
(24,0,99)
0 Favorites   0 Comments

Color spaces of #180063

RGB 24099
HSL0.711.000.19
HSV255°100°39°
CMYK 0.761.000.00   0.61
XYZ2.62881.095011.8772
Yxy1.09500.16850.0702
Hunter Lab10.464226.5300-59.9709
CIE-Lab9.759040.1783-51.1490

#180063 color RGB value is (24,0,99).

#180063 hex color red value is 24, green value is 0 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #180063 hue: 0.71 , saturation: 1.00 and the lightness value of 180063 is 0.19.

The process color (four color CMYK) of #180063 color hex is 0.76, 1.00, 0.00, 0.61. Web safe color of #180063 is #000066. Color #180063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000000 01100011
Octal 30 0 143
Decimal 24 0 99
Hex 18 0 63

RGB Percentages of Color #180063

%19.51
%0.00
%80.49

CMYK Percentages of Color #180063

%76
%100
%0
%61

Triadic Colors of #180063

#180063 #631800 #006318

Analogous Colors of #180063

#180063 #4a0063 #001963

Monochromatic Colors of #180063

#180063

Complementary Color

#180063 #4b6300

#180063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180063 Color CSS Codes

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

#180063 Text Font Color

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

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


#180063 Background Color

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

This div background color is #180063


#180063 Border Color

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

This div border color is #180063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,0,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #180063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #180063;
  -webkit-box-shadow: 1px 1px 3px 2px #180063;
  box-shadow:         1px 1px 3px 2px #180063; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,0,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180063


Comments

No comments written yet.

Please login to write comment.