Color Hex Logo

#725679 Color Hex

#725679
(114,86,121)
0 Favorites   0 Comments

Color spaces of #725679

RGB 11486121
HSL0.800.170.41
HSV288°29°47°
CMYK 0.060.290.00   0.53
XYZ13.718411.613519.6077
Yxy11.61350.30530.2584
Hunter Lab34.078612.2180-10.2585
CIE-Lab40.595118.3314-15.3633

#725679 color RGB value is (114,86,121).

#725679 hex color red value is 114, green value is 86 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #725679 hue: 0.80 , saturation: 0.17 and the lightness value of 725679 is 0.41.

The process color (four color CMYK) of #725679 color hex is 0.06, 0.29, 0.00, 0.53. Web safe color of #725679 is #666666. Color #725679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010110 01111001
Octal 162 126 171
Decimal 114 86 121
Hex 72 56 79

RGB Percentages of Color #725679

%35.51
%26.79
%37.69

CMYK Percentages of Color #725679

%6
%29
%0
%53

Triadic Colors of #725679

#725679 #797256 #567972

Analogous Colors of #725679

#725679 #79566f #615679

Monochromatic Colors of #725679

#725679

Complementary Color

#725679 #5d7956

#725679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725679 Color CSS Codes

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

#725679 Text Font Color

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

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


#725679 Background Color

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

This div background color is #725679


#725679 Border Color

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

This div border color is #725679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725679


Comments

No comments written yet.

Please login to write comment.