Color Hex Logo

#726486 Color Hex

#726486
(114,100,134)
0 Favorites   0 Comments

Color spaces of #726486

RGB 114100134
HSL0.740.150.46
HSV265°25°53°
CMYK 0.150.250.00   0.47
XYZ15.799714.413024.5035
Yxy14.41300.28880.2634
Hunter Lab37.96457.8487-11.6926
CIE-Lab44.819512.7673-16.7908

#726486 color RGB value is (114,100,134).

#726486 hex color red value is 114, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #726486 hue: 0.74 , saturation: 0.15 and the lightness value of 726486 is 0.46.

The process color (four color CMYK) of #726486 color hex is 0.15, 0.25, 0.00, 0.47. Web safe color of #726486 is #666699. Color #726486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100100 10000110
Octal 162 144 206
Decimal 114 100 134
Hex 72 64 86

RGB Percentages of Color #726486

%32.76
%28.74
%38.51

CMYK Percentages of Color #726486

%15
%25
%0
%47

Triadic Colors of #726486

#726486 #867264 #648672

Analogous Colors of #726486

#726486 #836486 #646786

Monochromatic Colors of #726486

#726486

Complementary Color

#726486 #788664

#726486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726486 Color CSS Codes

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

#726486 Text Font Color

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

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


#726486 Background Color

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

This div background color is #726486


#726486 Border Color

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

This div border color is #726486


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,100,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #726486; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #726486;
  -webkit-box-shadow: 1px 1px 3px 2px #726486;
  box-shadow:         1px 1px 3px 2px #726486; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726486


Comments

No comments written yet.

Please login to write comment.