Color Hex Logo

#180cb1 Color Hex

#180CB1
(24,12,177)
0 Favorites   0 Comments

Color spaces of #180cb1

RGB 2412177
HSL0.680.870.37
HSV244°93°69°
CMYK 0.860.930.00   0.31
XYZ8.44403.631541.8509
Yxy3.63150.15660.0673
Hunter Lab19.056545.7451-116.8701
CIE-Lab22.413757.5271-79.1852

#180cb1 color RGB value is (24,12,177).

#180cb1 hex color red value is 24, green value is 12 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #180cb1 hue: 0.68 , saturation: 0.87 and the lightness value of 180cb1 is 0.37.

The process color (four color CMYK) of #180cb1 color hex is 0.86, 0.93, 0.00, 0.31. Web safe color of #180cb1 is #000099. Color #180cb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001100 10110001
Octal 30 14 261
Decimal 24 12 177
Hex 18 C B1

RGB Percentages of Color #180cb1

%11.27
%5.63
%83.10

CMYK Percentages of Color #180cb1

%86
%93
%0
%31

Triadic Colors of #180cb1

#180cb1 #b1180c #0cb118

Analogous Colors of #180cb1

#180cb1 #6b0cb1 #0c52b1

Monochromatic Colors of #180cb1

#180cb1

Complementary Color

#180cb1 #a5b10c

#180cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180cb1 Color CSS Codes

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

#180cb1 Text Font Color

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

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


#180cb1 Background Color

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

This div background color is #180cb1


#180cb1 Border Color

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

This div border color is #180cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180cb1


Comments

No comments written yet.

Please login to write comment.