Color Hex Logo

#725070 Color Hex

#725070
(114,80,112)
1 Favorites   0 Comments

Color spaces of #725070

RGB 11480112
HSL0.840.180.38
HSV304°30°45°
CMYK 0.000.300.02   0.55
XYZ12.732710.484616.6819
Yxy10.48460.31910.2628
Hunter Lab32.379913.5263-7.8798
CIE-Lab38.698520.0681-12.7107

#725070 color RGB value is (114,80,112).

#725070 hex color red value is 114, green value is 80 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #725070 hue: 0.84 , saturation: 0.18 and the lightness value of 725070 is 0.38.

The process color (four color CMYK) of #725070 color hex is 0.00, 0.30, 0.02, 0.55. Web safe color of #725070 is #666666. Color #725070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010000 01110000
Octal 162 120 160
Decimal 114 80 112
Hex 72 50 70

RGB Percentages of Color #725070

%37.25
%26.14
%36.60

CMYK Percentages of Color #725070

%0
%30
%2
%55

Triadic Colors of #725070

#725070 #707250 #507072

Analogous Colors of #725070

#725070 #72505f #635072

Monochromatic Colors of #725070

#725070

Complementary Color

#725070 #507252

#725070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725070 Color CSS Codes

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

#725070 Text Font Color

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

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


#725070 Background Color

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

This div background color is #725070


#725070 Border Color

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

This div border color is #725070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725070

#725070 Color Palettes


Comments

No comments written yet.

Please login to write comment.