Color Hex Logo

#726088 Color Hex

#726088
(114,96,136)
0 Favorites   0 Comments

Color spaces of #726088

RGB 11496136
HSL0.740.170.45
HSV267°29°53°
CMYK 0.160.290.00   0.47
XYZ15.566213.720725.1205
Yxy13.72070.28610.2522
Hunter Lab37.041510.1898-14.2798
CIE-Lab43.829715.6727-19.5100

#726088 color RGB value is (114,96,136).

#726088 hex color red value is 114, green value is 96 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #726088 hue: 0.74 , saturation: 0.17 and the lightness value of 726088 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100000 10001000
Octal 162 140 210
Decimal 114 96 136
Hex 72 60 88

RGB Percentages of Color #726088

%32.95
%27.75
%39.31

CMYK Percentages of Color #726088

%16
%29
%0
%47

Triadic Colors of #726088

#726088 #887260 #608872

Analogous Colors of #726088

#726088 #866088 #606288

Monochromatic Colors of #726088

#726088

Complementary Color

#726088 #768860

#726088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726088 Color CSS Codes

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

#726088 Text Font Color

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

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


#726088 Background Color

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

This div background color is #726088


#726088 Border Color

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

This div border color is #726088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726088


Comments

No comments written yet.

Please login to write comment.