Color Hex Logo

#731c52 Color Hex

#731C52
(115,28,82)
0 Favorites   0 Comments

Color spaces of #731c52

RGB 1152882
HSL0.900.610.28
HSV323°76°45°
CMYK 0.000.760.29   0.55
XYZ9.00855.08458.4893
Yxy5.08450.39890.2252
Hunter Lab22.548831.8522-6.5376
CIE-Lab26.974242.7350-11.3478

#731c52 color RGB value is (115,28,82).

#731c52 hex color red value is 115, green value is 28 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #731c52 hue: 0.90 , saturation: 0.61 and the lightness value of 731c52 is 0.28.

The process color (four color CMYK) of #731c52 color hex is 0.00, 0.76, 0.29, 0.55. Web safe color of #731c52 is #663366. Color #731c52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00011100 01010010
Octal 163 34 122
Decimal 115 28 82
Hex 73 1C 52

RGB Percentages of Color #731c52

%51.11
%12.44
%36.44

CMYK Percentages of Color #731c52

%0
%76
%29
%55

Triadic Colors of #731c52

#731c52 #52731c #1c5273

Analogous Colors of #731c52

#731c52 #731c27 #691c73

Monochromatic Colors of #731c52

#731c52

Complementary Color

#731c52 #1c733d

#731c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#731c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#731c52 Color CSS Codes

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

#731c52 Text Font Color

<p style="color:#731c52">Text here</p>

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


#731c52 Background Color

<div style="background-color:#731c52">
Div content here</div>

This div background color is #731c52


#731c52 Border Color

<div style="border:3px solid #731c52">
Div here</div>

This div border color is #731c52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,28,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #731c52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #731c52;
  -webkit-box-shadow: 1px 1px 3px 2px #731c52;
  box-shadow:         1px 1px 3px 2px #731c52; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,28,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #731c52


Comments

No comments written yet.

Please login to write comment.