Color Hex Logo

#726195 Color Hex

#726195
(114,97,149)
0 Favorites   0 Comments

Color spaces of #726195

RGB 11497149
HSL0.720.210.48
HSV260°35°58°
CMYK 0.230.350.00   0.42
XYZ16.638914.296730.3163
Yxy14.29670.27160.2334
Hunter Lab37.811012.3806-21.0702
CIE-Lab44.655518.2581-26.0193

#726195 color RGB value is (114,97,149).

#726195 hex color red value is 114, green value is 97 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #726195 hue: 0.72 , saturation: 0.21 and the lightness value of 726195 is 0.48.

The process color (four color CMYK) of #726195 color hex is 0.23, 0.35, 0.00, 0.42. Web safe color of #726195 is #666699. Color #726195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100001 10010101
Octal 162 141 225
Decimal 114 97 149
Hex 72 61 95

RGB Percentages of Color #726195

%31.67
%26.94
%41.39

CMYK Percentages of Color #726195

%23
%35
%0
%42

Triadic Colors of #726195

#726195 #957261 #619572

Analogous Colors of #726195

#726195 #8c6195 #616a95

Monochromatic Colors of #726195

#726195

Complementary Color

#726195 #849561

#726195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726195 Color CSS Codes

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

#726195 Text Font Color

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

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


#726195 Background Color

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

This div background color is #726195


#726195 Border Color

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

This div border color is #726195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726195


Comments

No comments written yet.

Please login to write comment.