Color Hex Logo

#181188 Color Hex

#181188
(24,17,136)
0 Favorites   0 Comments

Color spaces of #181188

RGB 2417136
HSL0.680.780.30
HSV244°88°53°
CMYK 0.820.880.00   0.47
XYZ5.02112.372723.4859
Yxy2.37270.16260.0768
Hunter Lab15.403631.2294-79.6173
CIE-Lab17.332843.9343-62.4737

#181188 color RGB value is (24,17,136).

#181188 hex color red value is 24, green value is 17 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #181188 hue: 0.68 , saturation: 0.78 and the lightness value of 181188 is 0.30.

The process color (four color CMYK) of #181188 color hex is 0.82, 0.88, 0.00, 0.47. Web safe color of #181188 is #000099. Color #181188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010001 10001000
Octal 30 21 210
Decimal 24 17 136
Hex 18 11 88

RGB Percentages of Color #181188

%13.56
%9.60
%76.84

CMYK Percentages of Color #181188

%82
%88
%0
%47

Triadic Colors of #181188

#181188 #881811 #118818

Analogous Colors of #181188

#181188 #531188 #114688

Monochromatic Colors of #181188

#181188

Complementary Color

#181188 #818811

#181188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#181188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#181188 Color CSS Codes

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

#181188 Text Font Color

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

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


#181188 Background Color

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

This div background color is #181188


#181188 Border Color

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

This div border color is #181188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,17,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #181188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #181188;
  -webkit-box-shadow: 1px 1px 3px 2px #181188;
  box-shadow:         1px 1px 3px 2px #181188; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #181188


Comments

No comments written yet.

Please login to write comment.