Color Hex Logo

#180e5a Color Hex

#180E5A
(24,14,90)
0 Favorites   0 Comments

Color spaces of #180e5a

RGB 241490
HSL0.690.730.20
HSV248°84°35°
CMYK 0.730.840.00   0.65
XYZ2.37921.24659.7881
Yxy1.24650.17740.0929
Hunter Lab11.164718.5003-44.1644
CIE-Lab10.896130.3316-43.2209

#180e5a color RGB value is (24,14,90).

#180e5a hex color red value is 24, green value is 14 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #180e5a hue: 0.69 , saturation: 0.73 and the lightness value of 180e5a is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00001110 01011010
Octal 30 16 132
Decimal 24 14 90
Hex 18 E 5A

RGB Percentages of Color #180e5a

%18.75
%10.94
%70.31

CMYK Percentages of Color #180e5a

%73
%84
%0
%65

Triadic Colors of #180e5a

#180e5a #5a180e #0e5a18

Analogous Colors of #180e5a

#180e5a #3e0e5a #0e2a5a

Monochromatic Colors of #180e5a

#180e5a

Complementary Color

#180e5a #505a0e

#180e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#180e5a Color CSS Codes

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

#180e5a Text Font Color

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

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


#180e5a Background Color

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

This div background color is #180e5a


#180e5a Border Color

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

This div border color is #180e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180e5a

#180e5a Color Palettes


Comments

No comments written yet.

Please login to write comment.