Color Hex Logo

#72434f Color Hex

#72434F
(114,67,79)
0 Favorites   0 Comments

Color spaces of #72434f

RGB 1146779
HSL0.960.260.35
HSV345°41°45°
CMYK 0.000.410.31   0.55
XYZ10.35798.15628.4255
Yxy8.15620.38450.3028
Hunter Lab28.559114.76062.4996
CIE-Lab34.306121.98911.5080

#72434f color RGB value is (114,67,79).

#72434f hex color red value is 114, green value is 67 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #72434f hue: 0.96 , saturation: 0.26 and the lightness value of 72434f is 0.35.

The process color (four color CMYK) of #72434f color hex is 0.00, 0.41, 0.31, 0.55. Web safe color of #72434f is #663366. Color #72434f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000011 01001111
Octal 162 103 117
Decimal 114 67 79
Hex 72 43 4F

RGB Percentages of Color #72434f

%43.85
%25.77
%30.38

CMYK Percentages of Color #72434f

%0
%41
%31
%55

Triadic Colors of #72434f

#72434f #4f7243 #434f72

Analogous Colors of #72434f

#72434f #724f43 #724367

Monochromatic Colors of #72434f

#72434f

Complementary Color

#72434f #437266

#72434f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72434f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72434f Color CSS Codes

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

#72434f Text Font Color

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

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


#72434f Background Color

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

This div background color is #72434f


#72434f Border Color

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

This div border color is #72434f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,67,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72434f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72434f;
  -webkit-box-shadow: 1px 1px 3px 2px #72434f;
  box-shadow:         1px 1px 3px 2px #72434f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72434f


Comments

No comments written yet.

Please login to write comment.