Color Hex Logo

#726b8d Color Hex

#726B8D
(114,107,141)
0 Favorites   0 Comments

Color spaces of #726b8d

RGB 114107141
HSL0.700.140.49
HSV252°24°55°
CMYK 0.190.240.00   0.45
XYZ17.004816.015927.3944
Yxy16.01590.28150.2651
Hunter Lab40.01995.8115-12.5713
CIE-Lab46.995310.2078-17.6468

#726b8d color RGB value is (114,107,141).

#726b8d hex color red value is 114, green value is 107 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #726b8d hue: 0.70 , saturation: 0.14 and the lightness value of 726b8d is 0.49.

The process color (four color CMYK) of #726b8d color hex is 0.19, 0.24, 0.00, 0.45. Web safe color of #726b8d is #666699. Color #726b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 10001101
Octal 162 153 215
Decimal 114 107 141
Hex 72 6B 8D

RGB Percentages of Color #726b8d

%31.49
%29.56
%38.95

CMYK Percentages of Color #726b8d

%19
%24
%0
%45

Triadic Colors of #726b8d

#726b8d #8d726b #6b8d72

Analogous Colors of #726b8d

#726b8d #836b8d #6b758d

Monochromatic Colors of #726b8d

#726b8d

Complementary Color

#726b8d #868d6b

#726b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#726b8d Color CSS Codes

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

#726b8d Text Font Color

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

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


#726b8d Background Color

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

This div background color is #726b8d


#726b8d Border Color

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

This div border color is #726b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726b8d


Comments

No comments written yet.

Please login to write comment.