Color Hex Logo

#72948f Color Hex

#72948F
(114,148,143)
0 Favorites   0 Comments

Color spaces of #72948f

RGB 114148143
HSL0.480.140.51
HSV171°23°58°
CMYK 0.230.000.03   0.42
XYZ22.487326.740429.9628
Yxy26.74040.28400.3377
Hunter Lab51.7111-12.87131.8436
CIE-Lab58.7333-12.8809-1.2376

#72948f color RGB value is (114,148,143).

#72948f hex color red value is 114, green value is 148 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #72948f hue: 0.48 , saturation: 0.14 and the lightness value of 72948f is 0.51.

The process color (four color CMYK) of #72948f color hex is 0.23, 0.00, 0.03, 0.42. Web safe color of #72948f is #669999. Color #72948f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010100 10001111
Octal 162 224 217
Decimal 114 148 143
Hex 72 94 8F

RGB Percentages of Color #72948f

%28.15
%36.54
%35.31

CMYK Percentages of Color #72948f

%23
%0
%3
%42

Triadic Colors of #72948f

#72948f #8f7294 #948f72

Analogous Colors of #72948f

#72948f #728894 #72947e

Monochromatic Colors of #72948f

#72948f

Complementary Color

#72948f #947277

#72948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72948f Color CSS Codes

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

#72948f Text Font Color

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

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


#72948f Background Color

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

This div background color is #72948f


#72948f Border Color

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

This div border color is #72948f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72948f


Comments

No comments written yet.

Please login to write comment.