Color Hex Logo

#726aae Color Hex

#726AAE
(114,106,174)
0 Favorites   0 Comments

Color spaces of #726aae

RGB 114106174
HSL0.690.300.55
HSV247°39°68°
CMYK 0.340.390.00   0.32
XYZ19.733416.941542.2744
Yxy16.94150.25000.2146
Hunter Lab41.160113.5483-32.0832
CIE-Lab48.186219.4030-35.2387

#726aae color RGB value is (114,106,174).

#726aae hex color red value is 114, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #726aae hue: 0.69 , saturation: 0.30 and the lightness value of 726aae is 0.55.

The process color (four color CMYK) of #726aae color hex is 0.34, 0.39, 0.00, 0.32. Web safe color of #726aae is #666699. Color #726aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 10101110
Octal 162 152 256
Decimal 114 106 174
Hex 72 6A AE

RGB Percentages of Color #726aae

%28.93
%26.90
%44.16

CMYK Percentages of Color #726aae

%34
%39
%0
%32

Triadic Colors of #726aae

#726aae #ae726a #6aae72

Analogous Colors of #726aae

#726aae #946aae #6a84ae

Monochromatic Colors of #726aae

#726aae

Complementary Color

#726aae #a6ae6a

#726aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aae Color CSS Codes

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

#726aae Text Font Color

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

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


#726aae Background Color

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

This div background color is #726aae


#726aae Border Color

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

This div border color is #726aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aae


Comments

No comments written yet.

Please login to write comment.