Color Hex Logo

#725788 Color Hex

#725788
(114,87,136)
0 Favorites   0 Comments

Color spaces of #725788

RGB 11487136
HSL0.760.220.44
HSV273°36°53°
CMYK 0.160.360.00   0.47
XYZ14.791612.171424.8623
Yxy12.17140.28540.2349
Hunter Lab34.887514.6272-17.8312
CIE-Lab41.487221.1544-23.1270

#725788 color RGB value is (114,87,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010111 10001000
Octal 162 127 210
Decimal 114 87 136
Hex 72 57 88

RGB Percentages of Color #725788

%33.83
%25.82
%40.36

CMYK Percentages of Color #725788

%16
%36
%0
%47

Triadic Colors of #725788

#725788 #887257 #578872

Analogous Colors of #725788

#725788 #885786 #5a5788

Monochromatic Colors of #725788

#725788

Complementary Color

#725788 #6d8857

#725788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725788 Color CSS Codes

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

#725788 Text Font Color

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

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


#725788 Background Color

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

This div background color is #725788


#725788 Border Color

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

This div border color is #725788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725788


Comments

No comments written yet.

Please login to write comment.