Color Hex Logo

#001105 Color Hex

#001105
(0,17,5)
0 Favorites   0 Comments

Color spaces of #001105

RGB 0175
HSL0.381.000.03
HSV138°100°
CMYK 1.000.000.71   0.93
XYZ0.22780.41190.2111
Yxy0.41190.26770.4841
Hunter Lab6.4179-4.89572.5424
CIE-Lab3.7207-6.70573.3955

#001105 color RGB value is (0,17,5).

#001105 hex color red value is 0, green value is 17 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #001105 hue: 0.38 , saturation: 1.00 and the lightness value of 001105 is 0.03.

The process color (four color CMYK) of #001105 color hex is 1.00, 0.00, 0.71, 0.93. Web safe color of #001105 is #000000. Color #001105 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 00000101
Octal 0 21 5
Decimal 0 17 5
Hex 0 11 5

RGB Percentages of Color #001105

%0.00
%77.27
%22.73

CMYK Percentages of Color #001105

%100
%0
%71
%93

Triadic Colors of #001105

#001105 #050011 #110500

Analogous Colors of #001105

#001105 #00110e #041100

Monochromatic Colors of #001105

#001105

Complementary Color

#001105 #11000c

#001105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001105 Color CSS Codes

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

#001105 Text Font Color

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

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


#001105 Background Color

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

This div background color is #001105


#001105 Border Color

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

This div border color is #001105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001105


Comments

No comments written yet.

Please login to write comment.