Color Hex Logo

#725988 Color Hex

#725988
(114,89,136)
0 Favorites   0 Comments

Color spaces of #725988

RGB 11489136
HSL0.760.210.44
HSV272°35°53°
CMYK 0.160.350.00   0.47
XYZ14.955712.499724.9170
Yxy12.49970.28560.2387
Hunter Lab35.354913.6373-17.0372
CIE-Lab41.999519.9372-22.3333

#725988 color RGB value is (114,89,136).

#725988 hex color red value is 114, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #725988 hue: 0.76 , saturation: 0.21 and the lightness value of 725988 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011001 10001000
Octal 162 131 210
Decimal 114 89 136
Hex 72 59 88

RGB Percentages of Color #725988

%33.63
%26.25
%40.12

CMYK Percentages of Color #725988

%16
%35
%0
%47

Triadic Colors of #725988

#725988 #887259 #598872

Analogous Colors of #725988

#725988 #885987 #5b5988

Monochromatic Colors of #725988

#725988

Complementary Color

#725988 #6f8859

#725988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725988 Color CSS Codes

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

#725988 Text Font Color

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

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


#725988 Background Color

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

This div background color is #725988


#725988 Border Color

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

This div border color is #725988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725988


Comments

No comments written yet.

Please login to write comment.