Color Hex Logo

#725480 Color Hex

#725480
(114,84,128)
0 Favorites   0 Comments

Color spaces of #725480

RGB 11484128
HSL0.780.210.42
HSV281°34°50°
CMYK 0.110.340.00   0.50
XYZ14.006011.476621.8991
Yxy11.47660.29560.2422
Hunter Lab33.877114.5132-14.6127
CIE-Lab40.371921.1139-19.9867

#725480 color RGB value is (114,84,128).

#725480 hex color red value is 114, green value is 84 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #725480 hue: 0.78 , saturation: 0.21 and the lightness value of 725480 is 0.42.

The process color (four color CMYK) of #725480 color hex is 0.11, 0.34, 0.00, 0.50. Web safe color of #725480 is #666699. Color #725480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010100 10000000
Octal 162 124 200
Decimal 114 84 128
Hex 72 54 80

RGB Percentages of Color #725480

%34.97
%25.77
%39.26

CMYK Percentages of Color #725480

%11
%34
%0
%50

Triadic Colors of #725480

#725480 #807254 #548072

Analogous Colors of #725480

#725480 #805478 #5c5480

Monochromatic Colors of #725480

#725480

Complementary Color

#725480 #628054

#725480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725480 Color CSS Codes

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

#725480 Text Font Color

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

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


#725480 Background Color

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

This div background color is #725480


#725480 Border Color

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

This div border color is #725480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725480


Comments

No comments written yet.

Please login to write comment.