Color Hex Logo

#18014f Color Hex

#18014F
(24,1,79)
0 Favorites   0 Comments

Color spaces of #18014f

RGB 24179
HSL0.720.980.16
HSV258°99°31°
CMYK 0.700.990.00   0.69
XYZ1.79880.78047.4530
Yxy0.78040.17930.0778
Hunter Lab8.834020.8869-43.8374
CIE-Lab7.049333.8948-42.0725

#18014f color RGB value is (24,1,79).

#18014f hex color red value is 24, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #18014f hue: 0.72 , saturation: 0.98 and the lightness value of 18014f is 0.16.

The process color (four color CMYK) of #18014f color hex is 0.70, 0.99, 0.00, 0.69. Web safe color of #18014f is #000066. Color #18014f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000001 01001111
Octal 30 1 117
Decimal 24 1 79
Hex 18 1 4F

RGB Percentages of Color #18014f

%23.08
%0.96
%75.96

CMYK Percentages of Color #18014f

%70
%99
%0
%69

Triadic Colors of #18014f

#18014f #4f1801 #014f18

Analogous Colors of #18014f

#18014f #3f014f #01114f

Monochromatic Colors of #18014f

#18014f

Complementary Color

#18014f #384f01

#18014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18014f Color CSS Codes

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

#18014f Text Font Color

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

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


#18014f Background Color

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

This div background color is #18014f


#18014f Border Color

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

This div border color is #18014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18014f


Comments

No comments written yet.

Please login to write comment.