Color Hex Logo

#72344b Color Hex

#72344B
(114,52,75)
0 Favorites   0 Comments

Color spaces of #72344b

RGB 1145275
HSL0.940.370.33
HSV338°54°45°
CMYK 0.000.540.34   0.55
XYZ9.43746.54147.4218
Yxy6.54140.40330.2795
Hunter Lab25.576221.10680.6983
CIE-Lab30.739230.0682-1.1134

#72344b color RGB value is (114,52,75).

#72344b hex color red value is 114, green value is 52 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72344b hue: 0.94 , saturation: 0.37 and the lightness value of 72344b is 0.33.

The process color (four color CMYK) of #72344b color hex is 0.00, 0.54, 0.34, 0.55. Web safe color of #72344b is #663333. Color #72344b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110100 01001011
Octal 162 64 113
Decimal 114 52 75
Hex 72 34 4B

RGB Percentages of Color #72344b

%47.30
%21.58
%31.12

CMYK Percentages of Color #72344b

%0
%54
%34
%55

Triadic Colors of #72344b

#72344b #4b7234 #344b72

Analogous Colors of #72344b

#72344b #723c34 #72346a

Monochromatic Colors of #72344b

#72344b

Complementary Color

#72344b #34725b

#72344b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72344b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72344b Color CSS Codes

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

#72344b Text Font Color

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

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


#72344b Background Color

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

This div background color is #72344b


#72344b Border Color

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

This div border color is #72344b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,52,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72344b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72344b;
  -webkit-box-shadow: 1px 1px 3px 2px #72344b;
  box-shadow:         1px 1px 3px 2px #72344b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72344b


Comments

No comments written yet.

Please login to write comment.