Color Hex Logo

#725588 Color Hex

#725588
(114,85,136)
0 Favorites   0 Comments

Color spaces of #725588

RGB 11485136
HSL0.760.230.43
HSV274°38°53°
CMYK 0.160.380.00   0.47
XYZ14.631911.852024.8090
Yxy11.85200.28530.2311
Hunter Lab34.426715.6185-18.6275
CIE-Lab40.979922.3697-23.9143

#725588 color RGB value is (114,85,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010101 10001000
Octal 162 125 210
Decimal 114 85 136
Hex 72 55 88

RGB Percentages of Color #725588

%34.03
%25.37
%40.60

CMYK Percentages of Color #725588

%16
%38
%0
%47

Triadic Colors of #725588

#725588 #887255 #558872

Analogous Colors of #725588

#725588 #885585 #595588

Monochromatic Colors of #725588

#725588

Complementary Color

#725588 #6b8855

#725588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725588 Color CSS Codes

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

#725588 Text Font Color

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

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


#725588 Background Color

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

This div background color is #725588


#725588 Border Color

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

This div border color is #725588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725588


Comments

No comments written yet.

Please login to write comment.