Color Hex Logo

#712361 Color Hex

#712361
(113,35,97)
0 Favorites   0 Comments

Color spaces of #712361

RGB 1133597
HSL0.870.530.29
HSV312°69°44°
CMYK 0.000.690.14   0.56
XYZ9.56885.575811.8812
Yxy5.57580.35410.2063
Hunter Lab23.613131.0110-13.3032
CIE-Lab28.316041.5828-19.1650

#712361 color RGB value is (113,35,97).

#712361 hex color red value is 113, green value is 35 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #712361 hue: 0.87 , saturation: 0.53 and the lightness value of 712361 is 0.29.

The process color (four color CMYK) of #712361 color hex is 0.00, 0.69, 0.14, 0.56. Web safe color of #712361 is #663366. Color #712361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 01100001
Octal 161 43 141
Decimal 113 35 97
Hex 71 23 61

RGB Percentages of Color #712361

%46.12
%14.29
%39.59

CMYK Percentages of Color #712361

%0
%69
%14
%56

Triadic Colors of #712361

#712361 #617123 #236171

Analogous Colors of #712361

#712361 #71233a #5a2371

Monochromatic Colors of #712361

#712361

Complementary Color

#712361 #237133

#712361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712361 Color CSS Codes

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

#712361 Text Font Color

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

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


#712361 Background Color

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

This div background color is #712361


#712361 Border Color

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

This div border color is #712361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712361


Comments

No comments written yet.

Please login to write comment.