Color Hex Logo

#725f78 Color Hex

#725F78
(114,95,120)
0 Favorites   0 Comments

Color spaces of #725f78

RGB 11495120
HSL0.790.120.42
HSV286°21°47°
CMYK 0.050.210.00   0.53
XYZ14.421813.117919.5412
Yxy13.11790.30630.2786
Hunter Lab36.21867.6938-6.6359
CIE-Lab42.940412.6308-11.1920

#725f78 color RGB value is (114,95,120).

#725f78 hex color red value is 114, green value is 95 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #725f78 hue: 0.79 , saturation: 0.12 and the lightness value of 725f78 is 0.42.

The process color (four color CMYK) of #725f78 color hex is 0.05, 0.21, 0.00, 0.53. Web safe color of #725f78 is #666666. Color #725f78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01011111 01111000
Octal 162 137 170
Decimal 114 95 120
Hex 72 5F 78

RGB Percentages of Color #725f78

%34.65
%28.88
%36.47

CMYK Percentages of Color #725f78

%5
%21
%0
%53

Triadic Colors of #725f78

#725f78 #78725f #5f7872

Analogous Colors of #725f78

#725f78 #785f72 #665f78

Monochromatic Colors of #725f78

#725f78

Complementary Color

#725f78 #65785f

#725f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725f78 Color CSS Codes

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

#725f78 Text Font Color

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

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


#725f78 Background Color

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

This div background color is #725f78


#725f78 Border Color

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

This div border color is #725f78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725f78


Comments

No comments written yet.

Please login to write comment.