Color Hex Logo

#18057f Color Hex

#18057F
(24,5,127)
0 Favorites   0 Comments

Color spaces of #18057f

RGB 245127
HSL0.690.920.26
HSV249°96°50°
CMYK 0.810.960.00   0.50
XYZ4.26171.835020.2083
Yxy1.83500.16200.0698
Hunter Lab13.546232.4510-78.9667
CIE-Lab14.596445.7498-61.3304

#18057f color RGB value is (24,5,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000101 01111111
Octal 30 5 177
Decimal 24 5 127
Hex 18 5 7F

RGB Percentages of Color #18057f

%15.38
%3.21
%81.41

CMYK Percentages of Color #18057f

%81
%96
%0
%50

Triadic Colors of #18057f

#18057f #7f1805 #057f18

Analogous Colors of #18057f

#18057f #55057f #052f7f

Monochromatic Colors of #18057f

#18057f

Complementary Color

#18057f #6c7f05

#18057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18057f Color CSS Codes

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

#18057f Text Font Color

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

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


#18057f Background Color

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

This div background color is #18057f


#18057f Border Color

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

This div border color is #18057f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,5,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 #18057f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18057f


Comments

No comments written yet.

Please login to write comment.