Color Hex Logo

#18125e Color Hex

#18125E
(24,18,94)
0 Favorites   0 Comments

Color spaces of #18125e

RGB 241894
HSL0.680.680.22
HSV245°81°37°
CMYK 0.740.810.00   0.63
XYZ2.61341.435010.7289
Yxy1.43500.17690.0971
Hunter Lab11.979117.9785-44.7166
CIE-Lab12.188729.4096-43.7753

#18125e color RGB value is (24,18,94).

#18125e hex color red value is 24, green value is 18 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #18125e hue: 0.68 , saturation: 0.68 and the lightness value of 18125e is 0.22.

The process color (four color CMYK) of #18125e color hex is 0.74, 0.81, 0.00, 0.63. Web safe color of #18125e is #000066. Color #18125e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00010010 01011110
Octal 30 22 136
Decimal 24 18 94
Hex 18 12 5E

RGB Percentages of Color #18125e

%17.65
%13.24
%69.12

CMYK Percentages of Color #18125e

%74
%81
%0
%63

Triadic Colors of #18125e

#18125e #5e1812 #125e18

Analogous Colors of #18125e

#18125e #3e125e #12325e

Monochromatic Colors of #18125e

#18125e

Complementary Color

#18125e #585e12

#18125e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18125e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18125e Color CSS Codes

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

#18125e Text Font Color

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

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


#18125e Background Color

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

This div background color is #18125e


#18125e Border Color

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

This div border color is #18125e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18125e


Comments

No comments written yet.

Please login to write comment.