Color Hex Logo

#180c63 Color Hex

#180C63
(24,12,99)
0 Favorites   0 Comments

Color spaces of #180c63

RGB 241299
HSL0.690.780.22
HSV248°88°39°
CMYK 0.760.880.00   0.61
XYZ2.76031.358011.9210
Yxy1.35800.17210.0847
Hunter Lab11.653321.8876-52.4946
CIE-Lab11.675234.3992-47.9626

#180c63 color RGB value is (24,12,99).

#180c63 hex color red value is 24, green value is 12 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #180c63 hue: 0.69 , saturation: 0.78 and the lightness value of 180c63 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001100 01100011
Octal 30 14 143
Decimal 24 12 99
Hex 18 C 63

RGB Percentages of Color #180c63

%17.78
%8.89
%73.33

CMYK Percentages of Color #180c63

%76
%88
%0
%61

Triadic Colors of #180c63

#180c63 #63180c #0c6318

Analogous Colors of #180c63

#180c63 #430c63 #0c2c63

Monochromatic Colors of #180c63

#180c63

Complementary Color

#180c63 #57630c

#180c63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180c63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180c63 Color CSS Codes

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

#180c63 Text Font Color

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

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


#180c63 Background Color

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

This div background color is #180c63


#180c63 Border Color

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

This div border color is #180c63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,12,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 #180c63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180c63


Comments

No comments written yet.

Please login to write comment.