Color Hex Logo

#180dab Color Hex

#180DAB
(24,13,171)
0 Favorites   0 Comments

Color spaces of #180dab

RGB 2413171
HSL0.680.860.36
HSV244°92°67°
CMYK 0.860.920.00   0.33
XYZ7.87133.422338.7738
Yxy3.42230.15720.0684
Hunter Lab18.499543.5756-111.3188
CIE-Lab21.661555.6073-76.8272

#180dab color RGB value is (24,13,171).

#180dab hex color red value is 24, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #180dab hue: 0.68 , saturation: 0.86 and the lightness value of 180dab is 0.36.

The process color (four color CMYK) of #180dab color hex is 0.86, 0.92, 0.00, 0.33. Web safe color of #180dab is #000099. Color #180dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001101 10101011
Octal 30 15 253
Decimal 24 13 171
Hex 18 D AB

RGB Percentages of Color #180dab

%11.54
%6.25
%82.21

CMYK Percentages of Color #180dab

%86
%92
%0
%33

Triadic Colors of #180dab

#180dab #ab180d #0dab18

Analogous Colors of #180dab

#180dab #670dab #0d51ab

Monochromatic Colors of #180dab

#180dab

Complementary Color

#180dab #a0ab0d

#180dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#180dab Color CSS Codes

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

#180dab Text Font Color

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

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


#180dab Background Color

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

This div background color is #180dab


#180dab Border Color

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

This div border color is #180dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180dab


Comments

No comments written yet.

Please login to write comment.