Color Hex Logo

#72314e Color Hex

#72314E
(114,49,78)
0 Favorites   0 Comments

Color spaces of #72314e

RGB 1144978
HSL0.930.400.32
HSV333°57°45°
CMYK 0.000.570.32   0.55
XYZ9.41296.32417.9323
Yxy6.32410.39770.2672
Hunter Lab25.147822.8046-1.0983
CIE-Lab30.215832.1236-3.8476

#72314e color RGB value is (114,49,78).

#72314e hex color red value is 114, green value is 49 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #72314e hue: 0.93 , saturation: 0.40 and the lightness value of 72314e is 0.32.

The process color (four color CMYK) of #72314e color hex is 0.00, 0.57, 0.32, 0.55. Web safe color of #72314e is #663366. Color #72314e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 01001110
Octal 162 61 116
Decimal 114 49 78
Hex 72 31 4E

RGB Percentages of Color #72314e

%47.30
%20.33
%32.37

CMYK Percentages of Color #72314e

%0
%57
%32
%55

Triadic Colors of #72314e

#72314e #4e7231 #314e72

Analogous Colors of #72314e

#72314e #723531 #72316f

Monochromatic Colors of #72314e

#72314e

Complementary Color

#72314e #317255

#72314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72314e Color CSS Codes

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

#72314e Text Font Color

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

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


#72314e Background Color

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

This div background color is #72314e


#72314e Border Color

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

This div border color is #72314e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,49,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72314e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72314e;
  -webkit-box-shadow: 1px 1px 3px 2px #72314e;
  box-shadow:         1px 1px 3px 2px #72314e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72314e


Comments

No comments written yet.

Please login to write comment.