Color Hex Logo

#726dab Color Hex

#726DAB
(114,109,171)
0 Favorites   0 Comments

Color spaces of #726dab

RGB 114109171
HSL0.680.270.55
HSV245°36°67°
CMYK 0.330.360.00   0.33
XYZ19.758817.455040.8558
Yxy17.45500.25310.2236
Hunter Lab41.779211.3052-28.7342
CIE-Lab48.828316.7625-32.4811

#726dab color RGB value is (114,109,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101101 10101011
Octal 162 155 253
Decimal 114 109 171
Hex 72 6D AB

RGB Percentages of Color #726dab

%28.93
%27.66
%43.40

CMYK Percentages of Color #726dab

%33
%36
%0
%33

Triadic Colors of #726dab

#726dab #ab726d #6dab72

Analogous Colors of #726dab

#726dab #916dab #6d87ab

Monochromatic Colors of #726dab

#726dab

Complementary Color

#726dab #a6ab6d

#726dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#726dab Color CSS Codes

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

#726dab Text Font Color

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

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


#726dab Background Color

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

This div background color is #726dab


#726dab Border Color

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

This div border color is #726dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,109,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 #726dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726dab


Comments

No comments written yet.

Please login to write comment.