Color Hex Logo

#014132 Color Hex

#014132
(1,65,50)
0 Favorites   0 Comments

Color spaces of #014132

RGB 16550
HSL0.460.970.13
HSV166°98°25°
CMYK 0.980.000.23   0.75
XYZ2.47854.01733.6624
Yxy4.01730.24400.3955
Hunter Lab20.0432-13.00273.1965
CIE-Lab23.7286-22.97373.9373

#014132 color RGB value is (1,65,50).

#014132 hex color red value is 1, green value is 65 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #014132 hue: 0.46 , saturation: 0.97 and the lightness value of 014132 is 0.13.

The process color (four color CMYK) of #014132 color hex is 0.98, 0.00, 0.23, 0.75. Web safe color of #014132 is #003333. Color #014132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 00110010
Octal 1 101 62
Decimal 1 65 50
Hex 1 41 32

RGB Percentages of Color #014132

%0.86
%56.03
%43.10

CMYK Percentages of Color #014132

%98
%0
%23
%75

Triadic Colors of #014132

#014132 #320141 #413201

Analogous Colors of #014132

#014132 #013041 #014112

Monochromatic Colors of #014132

#014132

Complementary Color

#014132 #410110

#014132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014132 Color CSS Codes

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

#014132 Text Font Color

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

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


#014132 Background Color

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

This div background color is #014132


#014132 Border Color

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

This div border color is #014132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014132


Comments

No comments written yet.

Please login to write comment.