Color Hex Logo

#726aba Color Hex

#726ABA
(114,106,186)
0 Favorites   0 Comments

Color spaces of #726aba

RGB 114106186
HSL0.680.370.57
HSV246°43°73°
CMYK 0.390.430.00   0.27
XYZ20.956417.430648.7143
Yxy17.43060.24060.2001
Hunter Lab41.750016.5356-39.9552
CIE-Lab48.798122.7600-41.2454

#726aba color RGB value is (114,106,186).

#726aba hex color red value is 114, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #726aba hue: 0.68 , saturation: 0.37 and the lightness value of 726aba is 0.57.

The process color (four color CMYK) of #726aba color hex is 0.39, 0.43, 0.00, 0.27. Web safe color of #726aba is #6666cc. Color #726aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 10111010
Octal 162 152 272
Decimal 114 106 186
Hex 72 6A BA

RGB Percentages of Color #726aba

%28.08
%26.11
%45.81

CMYK Percentages of Color #726aba

%39
%43
%0
%27

Triadic Colors of #726aba

#726aba #ba726a #6aba72

Analogous Colors of #726aba

#726aba #9a6aba #6a8aba

Monochromatic Colors of #726aba

#726aba

Complementary Color

#726aba #b2ba6a

#726aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aba Color CSS Codes

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

#726aba Text Font Color

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

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


#726aba Background Color

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

This div background color is #726aba


#726aba Border Color

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

This div border color is #726aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aba


Comments

No comments written yet.

Please login to write comment.