Color Hex Logo

#725a84 Color Hex

#725A84
(114,90,132)
0 Favorites   0 Comments

Color spaces of #725a84

RGB 11490132
HSL0.760.190.44
HSV274°32°52°
CMYK 0.140.320.00   0.48
XYZ14.760512.555723.4753
Yxy12.55570.29060.2472
Hunter Lab35.434012.3469-14.4762
CIE-Lab42.086018.3848-19.7778

#725a84 color RGB value is (114,90,132).

#725a84 hex color red value is 114, green value is 90 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #725a84 hue: 0.76 , saturation: 0.19 and the lightness value of 725a84 is 0.44.

The process color (four color CMYK) of #725a84 color hex is 0.14, 0.32, 0.00, 0.48. Web safe color of #725a84 is #666699. Color #725a84 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011010 10000100
Octal 162 132 204
Decimal 114 90 132
Hex 72 5A 84

RGB Percentages of Color #725a84

%33.93
%26.79
%39.29

CMYK Percentages of Color #725a84

%14
%32
%0
%48

Triadic Colors of #725a84

#725a84 #84725a #5a8472

Analogous Colors of #725a84

#725a84 #845a81 #5d5a84

Monochromatic Colors of #725a84

#725a84

Complementary Color

#725a84 #6c845a

#725a84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725a84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725a84 Color CSS Codes

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

#725a84 Text Font Color

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

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


#725a84 Background Color

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

This div background color is #725a84


#725a84 Border Color

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

This div border color is #725a84


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,90,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #725a84; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #725a84;
  -webkit-box-shadow: 1px 1px 3px 2px #725a84;
  box-shadow:         1px 1px 3px 2px #725a84; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725a84


Comments

No comments written yet.

Please login to write comment.