Color Hex Logo

#725589 Color Hex

#725589
(114,85,137)
0 Favorites   0 Comments

Color spaces of #725589

RGB 11485137
HSL0.760.230.44
HSV273°38°54°
CMYK 0.170.380.00   0.46
XYZ14.703311.880525.1851
Yxy11.88050.28400.2295
Hunter Lab34.468115.8248-19.1943
CIE-Lab41.025622.6082-24.4498

#725589 color RGB value is (114,85,137).

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

The process color (four color CMYK) of #725589 color hex is 0.17, 0.38, 0.00, 0.46. Web safe color of #725589 is #666699. Color #725589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 10001001
Octal 162 125 211
Decimal 114 85 137
Hex 72 55 89

RGB Percentages of Color #725589

%33.93
%25.30
%40.77

CMYK Percentages of Color #725589

%17
%38
%0
%46

Triadic Colors of #725589

#725589 #897255 #558972

Analogous Colors of #725589

#725589 #895586 #585589

Monochromatic Colors of #725589

#725589

Complementary Color

#725589 #6c8955

#725589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725589 Color CSS Codes

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

#725589 Text Font Color

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

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


#725589 Background Color

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

This div background color is #725589


#725589 Border Color

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

This div border color is #725589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725589


Comments

No comments written yet.

Please login to write comment.