Color Hex Logo

#726988 Color Hex

#726988
(114,105,136)
0 Favorites   0 Comments

Color spaces of #726988

RGB 114105136
HSL0.720.130.47
HSV257°23°53°
CMYK 0.160.230.00   0.47
XYZ16.434915.458125.4101
Yxy15.45810.28680.2698
Hunter Lab39.31685.8108-10.7969
CIE-Lab46.255410.2142-15.7974

#726988 color RGB value is (114,105,136).

#726988 hex color red value is 114, green value is 105 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #726988 hue: 0.72 , saturation: 0.13 and the lightness value of 726988 is 0.47.

The process color (four color CMYK) of #726988 color hex is 0.16, 0.23, 0.00, 0.47. Web safe color of #726988 is #666699. Color #726988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101001 10001000
Octal 162 151 210
Decimal 114 105 136
Hex 72 69 88

RGB Percentages of Color #726988

%32.11
%29.58
%38.31

CMYK Percentages of Color #726988

%16
%23
%0
%47

Triadic Colors of #726988

#726988 #887269 #698872

Analogous Colors of #726988

#726988 #826988 #697088

Monochromatic Colors of #726988

#726988

Complementary Color

#726988 #7f8869

#726988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726988 Color CSS Codes

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

#726988 Text Font Color

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

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


#726988 Background Color

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

This div background color is #726988


#726988 Border Color

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

This div border color is #726988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726988


Comments

No comments written yet.

Please login to write comment.