Color Hex Logo

#712473 Color Hex

#712473
(113,36,115)
0 Favorites   0 Comments

Color spaces of #712473

RGB 11336115
HSL0.830.520.30
HSV298°69°45°
CMYK 0.020.690.00   0.55
XYZ10.53546.010316.8245
Yxy6.01030.31570.1801
Hunter Lab24.515933.8052-23.5277
CIE-Lab29.438444.3269-28.9803

#712473 color RGB value is (113,36,115).

#712473 hex color red value is 113, green value is 36 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #712473 hue: 0.83 , saturation: 0.52 and the lightness value of 712473 is 0.30.

The process color (four color CMYK) of #712473 color hex is 0.02, 0.69, 0.00, 0.55. Web safe color of #712473 is #663366. Color #712473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 01110011
Octal 161 44 163
Decimal 113 36 115
Hex 71 24 73

RGB Percentages of Color #712473

%42.80
%13.64
%43.56

CMYK Percentages of Color #712473

%2
%69
%0
%55

Triadic Colors of #712473

#712473 #737124 #247371

Analogous Colors of #712473

#712473 #73244d #4a2473

Monochromatic Colors of #712473

#712473

Complementary Color

#712473 #267324

#712473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712473 Color CSS Codes

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

#712473 Text Font Color

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

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


#712473 Background Color

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

This div background color is #712473


#712473 Border Color

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

This div border color is #712473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,36,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712473;
  -webkit-box-shadow: 1px 1px 3px 2px #712473;
  box-shadow:         1px 1px 3px 2px #712473; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712473


Comments

No comments written yet.

Please login to write comment.