Color Hex Logo

#725499 Color Hex

#725499
(114,84,153)
0 Favorites   0 Comments

Color spaces of #725499

RGB 11484153
HSL0.740.290.46
HSV266°45°60°
CMYK 0.250.450.00   0.40
XYZ15.859512.218031.6594
Yxy12.21800.26550.2045
Hunter Lab34.954319.8194-29.2332
CIE-Lab41.560527.1610-33.2562

#725499 color RGB value is (114,84,153).

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

The process color (four color CMYK) of #725499 color hex is 0.25, 0.45, 0.00, 0.40. Web safe color of #725499 is #666699. Color #725499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 10011001
Octal 162 124 231
Decimal 114 84 153
Hex 72 54 99

RGB Percentages of Color #725499

%32.48
%23.93
%43.59

CMYK Percentages of Color #725499

%25
%45
%0
%40

Triadic Colors of #725499

#725499 #997254 #549972

Analogous Colors of #725499

#725499 #955499 #545899

Monochromatic Colors of #725499

#725499

Complementary Color

#725499 #7b9954

#725499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725499 Color CSS Codes

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

#725499 Text Font Color

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

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


#725499 Background Color

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

This div background color is #725499


#725499 Border Color

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

This div border color is #725499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725499


Comments

No comments written yet.

Please login to write comment.