Color Hex Logo

#180aba Color Hex

#180ABA
(24,10,186)
0 Favorites   0 Comments

Color spaces of #180aba

RGB 2410186
HSL0.680.900.38
HSV245°95°73°
CMYK 0.870.950.00   0.27
XYZ9.34823.956446.7253
Yxy3.95640.15570.0659
Hunter Lab19.890749.0824-125.3548
CIE-Lab23.526860.4246-82.7057

#180aba color RGB value is (24,10,186).

#180aba hex color red value is 24, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #180aba hue: 0.68 , saturation: 0.90 and the lightness value of 180aba is 0.38.

The process color (four color CMYK) of #180aba color hex is 0.87, 0.95, 0.00, 0.27. Web safe color of #180aba is #0000cc. Color #180aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001010 10111010
Octal 30 12 272
Decimal 24 10 186
Hex 18 A BA

RGB Percentages of Color #180aba

%10.91
%4.55
%84.55

CMYK Percentages of Color #180aba

%87
%95
%0
%27

Triadic Colors of #180aba

#180aba #ba180a #0aba18

Analogous Colors of #180aba

#180aba #700aba #0a54ba

Monochromatic Colors of #180aba

#180aba

Complementary Color

#180aba #acba0a

#180aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#180aba Color CSS Codes

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

#180aba Text Font Color

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

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


#180aba Background Color

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

This div background color is #180aba


#180aba Border Color

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

This div border color is #180aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180aba


Comments

No comments written yet.

Please login to write comment.