Color Hex Logo

#013008 Color Hex

#013008
(1,48,8)
0 Favorites   0 Comments

Color spaces of #013008

RGB 1488
HSL0.360.960.10
HSV129°98°19°
CMYK 0.980.000.83   0.81
XYZ1.11332.13790.5837
Yxy2.13790.29030.5575
Hunter Lab14.6216-11.99667.8682
CIE-Lab16.1949-25.219219.5733

#013008 color RGB value is (1,48,8).

#013008 hex color red value is 1, green value is 48 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #013008 hue: 0.36 , saturation: 0.96 and the lightness value of 013008 is 0.10.

The process color (four color CMYK) of #013008 color hex is 0.98, 0.00, 0.83, 0.81. Web safe color of #013008 is #003300. Color #013008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 00001000
Octal 1 60 10
Decimal 1 48 8
Hex 1 30 8

RGB Percentages of Color #013008

%1.75
%84.21
%14.04

CMYK Percentages of Color #013008

%98
%0
%83
%81

Triadic Colors of #013008

#013008 #080130 #300801

Analogous Colors of #013008

#013008 #013020 #123001

Monochromatic Colors of #013008

#013008

Complementary Color

#013008 #300129

#013008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013008 Color CSS Codes

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

#013008 Text Font Color

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

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


#013008 Background Color

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

This div background color is #013008


#013008 Border Color

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

This div border color is #013008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013008


Comments

No comments written yet.

Please login to write comment.