Color Hex Logo

#180579 Color Hex

#180579
(24,5,121)
0 Favorites   0 Comments

Color spaces of #180579

RGB 245121
HSL0.690.920.25
HSV250°96°47°
CMYK 0.800.960.00   0.53
XYZ3.88211.683218.2094
Yxy1.68320.16330.0708
Hunter Lab12.973830.7076-74.1348
CIE-Lab13.728344.0528-58.9342

#180579 color RGB value is (24,5,121).

#180579 hex color red value is 24, green value is 5 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #180579 hue: 0.69 , saturation: 0.92 and the lightness value of 180579 is 0.25.

The process color (four color CMYK) of #180579 color hex is 0.80, 0.96, 0.00, 0.53. Web safe color of #180579 is #000066. Color #180579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000101 01111001
Octal 30 5 171
Decimal 24 5 121
Hex 18 5 79

RGB Percentages of Color #180579

%16.00
%3.33
%80.67

CMYK Percentages of Color #180579

%80
%96
%0
%53

Triadic Colors of #180579

#180579 #791805 #057918

Analogous Colors of #180579

#180579 #520579 #052c79

Monochromatic Colors of #180579

#180579

Complementary Color

#180579 #667905

#180579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180579 Color CSS Codes

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

#180579 Text Font Color

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

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


#180579 Background Color

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

This div background color is #180579


#180579 Border Color

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

This div border color is #180579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180579


Comments

No comments written yet.

Please login to write comment.