Color Hex Logo

#725367 Color Hex

#725367
(114,83,103)
0 Favorites   0 Comments

Color spaces of #725367

RGB 11483103
HSL0.890.160.39
HSV321°27°45°
CMYK 0.000.270.10   0.55
XYZ12.480910.743214.2478
Yxy10.74320.33310.2867
Hunter Lab32.776810.6106-2.8291
CIE-Lab39.144516.4477-6.4606

#725367 color RGB value is (114,83,103).

#725367 hex color red value is 114, green value is 83 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #725367 hue: 0.89 , saturation: 0.16 and the lightness value of 725367 is 0.39.

The process color (four color CMYK) of #725367 color hex is 0.00, 0.27, 0.10, 0.55. Web safe color of #725367 is #666666. Color #725367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01010011 01100111
Octal 162 123 147
Decimal 114 83 103
Hex 72 53 67

RGB Percentages of Color #725367

%38.00
%27.67
%34.33

CMYK Percentages of Color #725367

%0
%27
%10
%55

Triadic Colors of #725367

#725367 #677253 #536772

Analogous Colors of #725367

#725367 #725358 #6e5372

Monochromatic Colors of #725367

#725367

Complementary Color

#725367 #53725e

#725367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#725367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#725367 Color CSS Codes

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

#725367 Text Font Color

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

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


#725367 Background Color

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

This div background color is #725367


#725367 Border Color

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

This div border color is #725367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #725367


Comments

No comments written yet.

Please login to write comment.