Color Hex Logo

#180a58 Color Hex

#180A58
(24,10,88)
0 Favorites   0 Comments

Color spaces of #180a58

RGB 241088
HSL0.700.800.19
HSV251°89°35°
CMYK 0.730.890.00   0.65
XYZ2.24671.11599.3295
Yxy1.11590.17700.0879
Hunter Lab10.563619.4776-44.9688
CIE-Lab9.921931.7635-43.4789

#180a58 color RGB value is (24,10,88).

#180a58 hex color red value is 24, green value is 10 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #180a58 hue: 0.70 , saturation: 0.80 and the lightness value of 180a58 is 0.19.

The process color (four color CMYK) of #180a58 color hex is 0.73, 0.89, 0.00, 0.65. Web safe color of #180a58 is #000066. Color #180a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 01011000
Octal 30 12 130
Decimal 24 10 88
Hex 18 A 58

RGB Percentages of Color #180a58

%19.67
%8.20
%72.13

CMYK Percentages of Color #180a58

%73
%89
%0
%65

Triadic Colors of #180a58

#180a58 #58180a #0a5818

Analogous Colors of #180a58

#180a58 #3f0a58 #0a2358

Monochromatic Colors of #180a58

#180a58

Complementary Color

#180a58 #4a580a

#180a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180a58 Color CSS Codes

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

#180a58 Text Font Color

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

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


#180a58 Background Color

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

This div background color is #180a58


#180a58 Border Color

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

This div border color is #180a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180a58


Comments

No comments written yet.

Please login to write comment.