Color Hex Logo

#725068 Color Hex

#725068
(114,80,104)
0 Favorites   0 Comments

Color spaces of #725068

RGB 11480104
HSL0.880.180.38
HSV318°30°45°
CMYK 0.000.300.09   0.55
XYZ12.306810.314214.4389
Yxy10.31420.33210.2783
Hunter Lab32.115712.1990-4.1752
CIE-Lab38.400518.4674-8.1953

#725068 color RGB value is (114,80,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010000 01101000
Octal 162 120 150
Decimal 114 80 104
Hex 72 50 68

RGB Percentages of Color #725068

%38.26
%26.85
%34.90

CMYK Percentages of Color #725068

%0
%30
%9
%55

Triadic Colors of #725068

#725068 #687250 #506872

Analogous Colors of #725068

#725068 #725057 #6b5072

Monochromatic Colors of #725068

#725068

Complementary Color

#725068 #50725a

#725068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725068 Color CSS Codes

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

#725068 Text Font Color

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

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


#725068 Background Color

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

This div background color is #725068


#725068 Border Color

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

This div border color is #725068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725068


Comments

No comments written yet.

Please login to write comment.