Color Hex Logo

#145048 Color Hex

#145048
(20,80,72)
0 Favorites   0 Comments

Color spaces of #145048

RGB 208072
HSL0.480.600.20
HSV172°75°31°
CMYK 0.750.000.10   0.69
XYZ4.32696.35397.1293
Yxy6.35390.24290.3568
Hunter Lab25.2069-13.47170.8758
CIE-Lab30.2883-20.9866-0.8032

#145048 color RGB value is (20,80,72).

#145048 hex color red value is 20, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #145048 hue: 0.48 , saturation: 0.60 and the lightness value of 145048 is 0.20.

The process color (four color CMYK) of #145048 color hex is 0.75, 0.00, 0.10, 0.69. Web safe color of #145048 is #006633. Color #145048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 01001000
Octal 24 120 110
Decimal 20 80 72
Hex 14 50 48

RGB Percentages of Color #145048

%11.63
%46.51
%41.86

CMYK Percentages of Color #145048

%75
%0
%10
%69

Triadic Colors of #145048

#145048 #481450 #504814

Analogous Colors of #145048

#145048 #143a50 #14502a

Monochromatic Colors of #145048

#145048

Complementary Color

#145048 #50141c

#145048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145048 Color CSS Codes

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

#145048 Text Font Color

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

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


#145048 Background Color

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

This div background color is #145048


#145048 Border Color

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

This div border color is #145048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145048

#145048 Color Palettes


Comments

No comments written yet.

Please login to write comment.