Color Hex Logo

#010511 Color Hex

#010511
(1,5,17)
0 Favorites   0 Comments

Color spaces of #010511

RGB 1517
HSL0.630.890.04
HSV225°94°
CMYK 0.940.710.00   0.93
XYZ0.16800.15550.5515
Yxy0.15550.19200.1777
Hunter Lab3.94330.7038-5.5317
CIE-Lab1.40460.8276-5.4666

#010511 color RGB value is (1,5,17).

#010511 hex color red value is 1, green value is 5 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #010511 hue: 0.63 , saturation: 0.89 and the lightness value of 010511 is 0.04.

The process color (four color CMYK) of #010511 color hex is 0.94, 0.71, 0.00, 0.93. Web safe color of #010511 is #000000. Color #010511 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000101 00010001
Octal 1 5 21
Decimal 1 5 17
Hex 1 5 11

RGB Percentages of Color #010511

%4.35
%21.74
%73.91

CMYK Percentages of Color #010511

%94
%71
%0
%93

Triadic Colors of #010511

#010511 #110105 #051101

Analogous Colors of #010511

#010511 #050111 #010d11

Monochromatic Colors of #010511

#010511

Complementary Color

#010511 #110d01

#010511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#010511 Color CSS Codes

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

#010511 Text Font Color

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

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


#010511 Background Color

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

This div background color is #010511


#010511 Border Color

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

This div border color is #010511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010511


Comments

No comments written yet.

Please login to write comment.