Color Hex Logo

#72325b Color Hex

#72325B
(114,50,91)
0 Favorites   0 Comments

Color spaces of #72325b

RGB 1145091
HSL0.890.390.32
HSV322°56°45°
CMYK 0.000.560.20   0.55
XYZ9.96846.613910.6488
Yxy6.61390.36610.2429
Hunter Lab25.717524.1830-6.5478
CIE-Lab30.911333.5900-11.2646

#72325b color RGB value is (114,50,91).

#72325b hex color red value is 114, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #72325b hue: 0.89 , saturation: 0.39 and the lightness value of 72325b is 0.32.

The process color (four color CMYK) of #72325b color hex is 0.00, 0.56, 0.20, 0.55. Web safe color of #72325b is #663366. Color #72325b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110010 01011011
Octal 162 62 133
Decimal 114 50 91
Hex 72 32 5B

RGB Percentages of Color #72325b

%44.71
%19.61
%35.69

CMYK Percentages of Color #72325b

%0
%56
%20
%55

Triadic Colors of #72325b

#72325b #5b7232 #325b72

Analogous Colors of #72325b

#72325b #72323b #693272

Monochromatic Colors of #72325b

#72325b

Complementary Color

#72325b #327249

#72325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72325b Color CSS Codes

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

#72325b Text Font Color

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

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


#72325b Background Color

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

This div background color is #72325b


#72325b Border Color

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

This div border color is #72325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72325b


Comments

No comments written yet.

Please login to write comment.