Color Hex Logo

#72374f Color Hex

#72374F
(114,55,79)
0 Favorites   0 Comments

Color spaces of #72374f

RGB 1145579
HSL0.930.350.33
HSV336°52°45°
CMYK 0.000.520.31   0.55
XYZ9.71696.87438.2119
Yxy6.87430.39180.2772
Hunter Lab26.218920.2703-0.2167
CIE-Lab31.519028.9705-2.5709

#72374f color RGB value is (114,55,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110111 01001111
Octal 162 67 117
Decimal 114 55 79
Hex 72 37 4F

RGB Percentages of Color #72374f

%45.97
%22.18
%31.85

CMYK Percentages of Color #72374f

%0
%52
%31
%55

Triadic Colors of #72374f

#72374f #4f7237 #374f72

Analogous Colors of #72374f

#72374f #723d37 #72376d

Monochromatic Colors of #72374f

#72374f

Complementary Color

#72374f #37725a

#72374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72374f Color CSS Codes

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

#72374f Text Font Color

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

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


#72374f Background Color

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

This div background color is #72374f


#72374f Border Color

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

This div border color is #72374f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,55,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 #72374f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72374f


Comments

No comments written yet.

Please login to write comment.