Color Hex Logo

#180513 Color Hex

#180513
(24,5,19)
0 Favorites   0 Comments

Color spaces of #180513

RGB 24519
HSL0.880.660.06
HSV316°79°
CMYK 0.000.790.21   0.91
XYZ0.54850.34970.6547
Yxy0.34970.35320.2252
Hunter Lab5.91356.2077-2.4246
CIE-Lab3.15888.8532-3.9182

#180513 color RGB value is (24,5,19).

#180513 hex color red value is 24, green value is 5 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #180513 hue: 0.88 , saturation: 0.66 and the lightness value of 180513 is 0.06.

The process color (four color CMYK) of #180513 color hex is 0.00, 0.79, 0.21, 0.91. Web safe color of #180513 is #000000. Color #180513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000101 00010011
Octal 30 5 23
Decimal 24 5 19
Hex 18 5 13

RGB Percentages of Color #180513

%50.00
%10.42
%39.58

CMYK Percentages of Color #180513

%0
%79
%21
%91

Triadic Colors of #180513

#180513 #131805 #051318

Analogous Colors of #180513

#180513 #180509 #140518

Monochromatic Colors of #180513

#180513

Complementary Color

#180513 #05180a

#180513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#180513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#180513 Color CSS Codes

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

#180513 Text Font Color

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

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


#180513 Background Color

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

This div background color is #180513


#180513 Border Color

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

This div border color is #180513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #180513


Comments

No comments written yet.

Please login to write comment.