Color Hex Logo

#724152 Color Hex

#724152
(114,65,82)
0 Favorites   0 Comments

Color spaces of #724152

RGB 1146582
HSL0.940.270.35
HSV339°43°45°
CMYK 0.000.430.28   0.55
XYZ10.35277.96728.9748
Yxy7.96720.37930.2919
Hunter Lab28.226216.07360.9065
CIE-Lab33.914523.6371-0.9804

#724152 color RGB value is (114,65,82).

#724152 hex color red value is 114, green value is 65 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #724152 hue: 0.94 , saturation: 0.27 and the lightness value of 724152 is 0.35.

The process color (four color CMYK) of #724152 color hex is 0.00, 0.43, 0.28, 0.55. Web safe color of #724152 is #663366. Color #724152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 01010010
Octal 162 101 122
Decimal 114 65 82
Hex 72 41 52

RGB Percentages of Color #724152

%43.68
%24.90
%31.42

CMYK Percentages of Color #724152

%0
%43
%28
%55

Triadic Colors of #724152

#724152 #527241 #415272

Analogous Colors of #724152

#724152 #724941 #72416b

Monochromatic Colors of #724152

#724152

Complementary Color

#724152 #417261

#724152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724152 Color CSS Codes

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

#724152 Text Font Color

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

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


#724152 Background Color

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

This div background color is #724152


#724152 Border Color

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

This div border color is #724152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724152


Comments

No comments written yet.

Please login to write comment.