Color Hex Logo

#72938c Color Hex

#72938C
(114,147,140)
1 Favorites   1 Comments

Color spaces of #72938c

RGB 114147140
HSL0.460.130.51
HSV167°22°58°
CMYK 0.220.000.05   0.42
XYZ22.106826.338328.7296
Yxy26.33830.28650.3413
Hunter Lab51.3209-12.92142.7338
CIE-Lab58.3568-13.0123-0.0769

#72938c color RGB value is (114,147,140).

#72938c hex color red value is 114, green value is 147 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #72938c hue: 0.46 , saturation: 0.13 and the lightness value of 72938c is 0.51.

The process color (four color CMYK) of #72938c color hex is 0.22, 0.00, 0.05, 0.42. Web safe color of #72938c is #669999. Color #72938c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010011 10001100
Octal 162 223 214
Decimal 114 147 140
Hex 72 93 8C

RGB Percentages of Color #72938c

%28.43
%36.66
%34.91

CMYK Percentages of Color #72938c

%22
%0
%5
%42

Triadic Colors of #72938c

#72938c #8c7293 #938c72

Analogous Colors of #72938c

#72938c #728a93 #72937c

Monochromatic Colors of #72938c

#72938c

Complementary Color

#72938c #937279

#72938c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72938c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72938c Color CSS Codes

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

#72938c Text Font Color

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

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


#72938c Background Color

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

This div background color is #72938c


#72938c Border Color

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

This div border color is #72938c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72938c


Comments

28 May 2021, 3:42 tianyangchen

This is the lucky color for Memo

Please login to write comment.