Color Hex Logo

#180661 Color Hex

#180661
(24,6,97)
0 Favorites   0 Comments

Color spaces of #180661

RGB 24697
HSL0.700.880.20
HSV252°94°38°
CMYK 0.750.940.00   0.62
XYZ2.59951.187511.4015
Yxy1.18750.17110.0782
Hunter Lab10.897223.5104-54.4055
CIE-Lab10.464836.5721-48.6389

#180661 color RGB value is (24,6,97).

#180661 hex color red value is 24, green value is 6 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #180661 hue: 0.70 , saturation: 0.88 and the lightness value of 180661 is 0.20.

The process color (four color CMYK) of #180661 color hex is 0.75, 0.94, 0.00, 0.62. Web safe color of #180661 is #000066. Color #180661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000110 01100001
Octal 30 6 141
Decimal 24 6 97
Hex 18 6 61

RGB Percentages of Color #180661

%18.90
%4.72
%76.38

CMYK Percentages of Color #180661

%75
%94
%0
%62

Triadic Colors of #180661

#180661 #611806 #066118

Analogous Colors of #180661

#180661 #460661 #062261

Monochromatic Colors of #180661

#180661

Complementary Color

#180661 #4f6106

#180661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180661 Color CSS Codes

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

#180661 Text Font Color

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

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


#180661 Background Color

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

This div background color is #180661


#180661 Border Color

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

This div border color is #180661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180661


Comments

No comments written yet.

Please login to write comment.