Color Hex Logo

#18127f Color Hex

#18127F
(24,18,127)
0 Favorites   0 Comments

Color spaces of #18127f

RGB 2418127
HSL0.680.750.28
HSV243°86°50°
CMYK 0.810.860.00   0.50
XYZ4.42382.159120.2623
Yxy2.15910.16480.0804
Hunter Lab14.693928.0257-71.4730
CIE-Lab16.301040.6266-58.4929

#18127f color RGB value is (24,18,127).

#18127f hex color red value is 24, green value is 18 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #18127f hue: 0.68 , saturation: 0.75 and the lightness value of 18127f is 0.28.

The process color (four color CMYK) of #18127f color hex is 0.81, 0.86, 0.00, 0.50. Web safe color of #18127f is #000066. Color #18127f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010010 01111111
Octal 30 22 177
Decimal 24 18 127
Hex 18 12 7F

RGB Percentages of Color #18127f

%14.20
%10.65
%75.15

CMYK Percentages of Color #18127f

%81
%86
%0
%50

Triadic Colors of #18127f

#18127f #7f1812 #127f18

Analogous Colors of #18127f

#18127f #4f127f #12427f

Monochromatic Colors of #18127f

#18127f

Complementary Color

#18127f #797f12

#18127f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18127f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18127f Color CSS Codes

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

#18127f Text Font Color

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

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


#18127f Background Color

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

This div background color is #18127f


#18127f Border Color

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

This div border color is #18127f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18127f


Comments

No comments written yet.

Please login to write comment.