Color Hex Logo

#726bac Color Hex

#726BAC
(114,107,172)
0 Favorites   0 Comments

Color spaces of #726bac

RGB 114107172
HSL0.680.280.55
HSV246°38°67°
CMYK 0.340.380.00   0.33
XYZ19.643517.071441.2895
Yxy17.07140.25180.2189
Hunter Lab41.317612.5581-30.3275
CIE-Lab48.349918.2474-33.8146

#726bac color RGB value is (114,107,172).

#726bac hex color red value is 114, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #726bac hue: 0.68 , saturation: 0.28 and the lightness value of 726bac is 0.55.

The process color (four color CMYK) of #726bac color hex is 0.34, 0.38, 0.00, 0.33. Web safe color of #726bac is #666699. Color #726bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 10101100
Octal 162 153 254
Decimal 114 107 172
Hex 72 6B AC

RGB Percentages of Color #726bac

%29.01
%27.23
%43.77

CMYK Percentages of Color #726bac

%34
%38
%0
%33

Triadic Colors of #726bac

#726bac #ac726b #6bac72

Analogous Colors of #726bac

#726bac #936bac #6b85ac

Monochromatic Colors of #726bac

#726bac

Complementary Color

#726bac #a5ac6b

#726bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bac Color CSS Codes

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

#726bac Text Font Color

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

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


#726bac Background Color

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

This div background color is #726bac


#726bac Border Color

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

This div border color is #726bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bac


Comments

No comments written yet.

Please login to write comment.