Color Hex Logo

#725497 Color Hex

#725497
(114,84,151)
0 Favorites   0 Comments

Color spaces of #725497

RGB 11484151
HSL0.740.290.46
HSV267°44°59°
CMYK 0.250.440.00   0.41
XYZ15.695712.152430.7966
Yxy12.15240.26760.2072
Hunter Lab34.860319.3634-27.9763
CIE-Lab41.457326.6549-32.2194

#725497 color RGB value is (114,84,151).

#725497 hex color red value is 114, green value is 84 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #725497 hue: 0.74 , saturation: 0.29 and the lightness value of 725497 is 0.46.

The process color (four color CMYK) of #725497 color hex is 0.25, 0.44, 0.00, 0.41. Web safe color of #725497 is #666699. Color #725497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 10010111
Octal 162 124 227
Decimal 114 84 151
Hex 72 54 97

RGB Percentages of Color #725497

%32.66
%24.07
%43.27

CMYK Percentages of Color #725497

%25
%44
%0
%41

Triadic Colors of #725497

#725497 #977254 #549772

Analogous Colors of #725497

#725497 #945497 #545797

Monochromatic Colors of #725497

#725497

Complementary Color

#725497 #799754

#725497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725497 Color CSS Codes

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

#725497 Text Font Color

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

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


#725497 Background Color

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

This div background color is #725497


#725497 Border Color

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

This div border color is #725497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725497


Comments

No comments written yet.

Please login to write comment.