Color Hex Logo

#726288 Color Hex

#726288
(114,98,136)
0 Favorites   0 Comments

Color spaces of #726288

RGB 11498136
HSL0.740.160.46
HSV265°28°53°
CMYK 0.160.280.00   0.47
XYZ15.751014.090325.1821
Yxy14.09030.28630.2561
Hunter Lab37.53709.2109-13.4993
CIE-Lab44.362214.4558-18.6921

#726288 color RGB value is (114,98,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100010 10001000
Octal 162 142 210
Decimal 114 98 136
Hex 72 62 88

RGB Percentages of Color #726288

%32.76
%28.16
%39.08

CMYK Percentages of Color #726288

%16
%28
%0
%47

Triadic Colors of #726288

#726288 #887262 #628872

Analogous Colors of #726288

#726288 #856288 #626588

Monochromatic Colors of #726288

#726288

Complementary Color

#726288 #788862

#726288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726288 Color CSS Codes

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

#726288 Text Font Color

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

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


#726288 Background Color

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

This div background color is #726288


#726288 Border Color

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

This div border color is #726288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726288


Comments

No comments written yet.

Please login to write comment.