Color Hex Logo

#147201 Color Hex

#147201
(20,114,1)
0 Favorites   0 Comments

Color spaces of #147201

RGB 201141
HSL0.310.980.23
HSV110°99°45°
CMYK 0.820.000.99   0.55
XYZ6.311312.18552.0481
Yxy12.18550.30720.5931
Hunter Lab34.9077-28.815820.9568
CIE-Lab41.5094-45.414245.9646

#147201 color RGB value is (20,114,1).

#147201 hex color red value is 20, green value is 114 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #147201 hue: 0.31 , saturation: 0.98 and the lightness value of 147201 is 0.23.

The process color (four color CMYK) of #147201 color hex is 0.82, 0.00, 0.99, 0.55. Web safe color of #147201 is #006600. Color #147201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 00000001
Octal 24 162 1
Decimal 20 114 1
Hex 14 72 1

RGB Percentages of Color #147201

%14.81
%84.44
%0.74

CMYK Percentages of Color #147201

%82
%0
%99
%55

Triadic Colors of #147201

#147201 #011472 #720114

Analogous Colors of #147201

#147201 #017227 #4d7201

Monochromatic Colors of #147201

#147201

Complementary Color

#147201 #5f0172

#147201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#147201 Color CSS Codes

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

#147201 Text Font Color

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

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


#147201 Background Color

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

This div background color is #147201


#147201 Border Color

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

This div border color is #147201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147201


Comments

No comments written yet.

Please login to write comment.