Color Hex Logo

#015407 Color Hex

#015407
(1,84,7)
0 Favorites   0 Comments

Color spaces of #015407

RGB 1847
HSL0.350.980.17
HSV124°99°33°
CMYK 0.990.000.92   0.67
XYZ3.22126.36241.2593
Yxy6.36240.29710.5868
Hunter Lab25.2238-21.346314.6966
CIE-Lab30.3090-37.800934.6137

#015407 color RGB value is (1,84,7).

#015407 hex color red value is 1, green value is 84 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #015407 hue: 0.35 , saturation: 0.98 and the lightness value of 015407 is 0.17.

The process color (four color CMYK) of #015407 color hex is 0.99, 0.00, 0.92, 0.67. Web safe color of #015407 is #006600. Color #015407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010100 00000111
Octal 1 124 7
Decimal 1 84 7
Hex 1 54 7

RGB Percentages of Color #015407

%1.09
%91.30
%7.61

CMYK Percentages of Color #015407

%99
%0
%92
%67

Triadic Colors of #015407

#015407 #070154 #540701

Analogous Colors of #015407

#015407 #015431 #245401

Monochromatic Colors of #015407

#015407

Complementary Color

#015407 #54014e

#015407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015407 Color CSS Codes

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

#015407 Text Font Color

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

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


#015407 Background Color

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

This div background color is #015407


#015407 Border Color

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

This div border color is #015407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015407


Comments

No comments written yet.

Please login to write comment.