Color Hex Logo

#72365b Color Hex

#72365B
(114,54,91)
0 Favorites   0 Comments

Color spaces of #72365b

RGB 1145491
HSL0.900.360.33
HSV323°53°45°
CMYK 0.000.530.20   0.55
XYZ10.14696.971110.7083
Yxy6.97110.36470.2505
Hunter Lab26.402822.3945-5.5645
CIE-Lab31.741031.4126-10.0053

#72365b color RGB value is (114,54,91).

#72365b hex color red value is 114, green value is 54 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #72365b hue: 0.90 , saturation: 0.36 and the lightness value of 72365b is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110110 01011011
Octal 162 66 133
Decimal 114 54 91
Hex 72 36 5B

RGB Percentages of Color #72365b

%44.02
%20.85
%35.14

CMYK Percentages of Color #72365b

%0
%53
%20
%55

Triadic Colors of #72365b

#72365b #5b7236 #365b72

Analogous Colors of #72365b

#72365b #72363d #6b3672

Monochromatic Colors of #72365b

#72365b

Complementary Color

#72365b #36724d

#72365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72365b Color CSS Codes

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

#72365b Text Font Color

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

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


#72365b Background Color

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

This div background color is #72365b


#72365b Border Color

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

This div border color is #72365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72365b


Comments

No comments written yet.

Please login to write comment.