Color Hex Logo

#726fab Color Hex

#726FAB
(114,111,171)
0 Favorites   0 Comments

Color spaces of #726fab

RGB 114111171
HSL0.680.260.55
HSV243°35°67°
CMYK 0.330.350.00   0.33
XYZ19.974617.886640.9278
Yxy17.88660.25350.2270
Hunter Lab42.292610.2929-27.7720
CIE-Lab49.358315.5525-31.6520

#726fab color RGB value is (114,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101111 10101011
Octal 162 157 253
Decimal 114 111 171
Hex 72 6F AB

RGB Percentages of Color #726fab

%28.79
%28.03
%43.18

CMYK Percentages of Color #726fab

%33
%35
%0
%33

Triadic Colors of #726fab

#726fab #ab726f #6fab72

Analogous Colors of #726fab

#726fab #906fab #6f8aab

Monochromatic Colors of #726fab

#726fab

Complementary Color

#726fab #a8ab6f

#726fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#726fab Color CSS Codes

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

#726fab Text Font Color

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

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


#726fab Background Color

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

This div background color is #726fab


#726fab Border Color

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

This div border color is #726fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726fab


Comments

No comments written yet.

Please login to write comment.