Color Hex Logo

#72316b Color Hex

#72316B
(114,49,107)
0 Favorites   0 Comments

Color spaces of #72316b

RGB 11449107
HSL0.850.400.32
HSV306°57°45°
CMYK 0.000.570.06   0.55
XYZ10.69166.835614.6658
Yxy6.83560.33210.2123
Hunter Lab26.145027.2412-14.9567
CIE-Lab31.429736.9251-20.7455

#72316b color RGB value is (114,49,107).

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

The process color (four color CMYK) of #72316b color hex is 0.00, 0.57, 0.06, 0.55. Web safe color of #72316b is #663366. Color #72316b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110001 01101011
Octal 162 61 153
Decimal 114 49 107
Hex 72 31 6B

RGB Percentages of Color #72316b

%42.22
%18.15
%39.63

CMYK Percentages of Color #72316b

%0
%57
%6
%55

Triadic Colors of #72316b

#72316b #6b7231 #316b72

Analogous Colors of #72316b

#72316b #72314b #593172

Monochromatic Colors of #72316b

#72316b

Complementary Color

#72316b #317238

#72316b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72316b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72316b Color CSS Codes

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

#72316b Text Font Color

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

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


#72316b Background Color

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

This div background color is #72316b


#72316b Border Color

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

This div border color is #72316b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72316b


Comments

No comments written yet.

Please login to write comment.