Color Hex Logo

#18018d Color Hex

#18018D
(24,1,141)
0 Favorites   0 Comments

Color spaces of #18018d

RGB 241141
HSL0.690.990.28
HSV250°99°55°
CMYK 0.830.990.00   0.45
XYZ5.19532.139025.3383
Yxy2.13900.15900.0655
Hunter Lab14.625337.8136-92.4819
CIE-Lab16.200450.9604-67.5002

#18018d color RGB value is (24,1,141).

#18018d hex color red value is 24, green value is 1 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #18018d hue: 0.69 , saturation: 0.99 and the lightness value of 18018d is 0.28.

The process color (four color CMYK) of #18018d color hex is 0.83, 0.99, 0.00, 0.45. Web safe color of #18018d is #000099. Color #18018d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000001 10001101
Octal 30 1 215
Decimal 24 1 141
Hex 18 1 8D

RGB Percentages of Color #18018d

%14.46
%0.60
%84.94

CMYK Percentages of Color #18018d

%83
%99
%0
%45

Triadic Colors of #18018d

#18018d #8d1801 #018d18

Analogous Colors of #18018d

#18018d #5e018d #01308d

Monochromatic Colors of #18018d

#18018d

Complementary Color

#18018d #768d01

#18018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18018d Color CSS Codes

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

#18018d Text Font Color

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

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


#18018d Background Color

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

This div background color is #18018d


#18018d Border Color

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

This div border color is #18018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18018d


Comments

No comments written yet.

Please login to write comment.