Color Hex Logo

#712e83 Color Hex

#712E83
(113,46,131)
0 Favorites   0 Comments

Color spaces of #712e83

RGB 11346131
HSL0.800.480.35
HSV287°65°51°
CMYK 0.140.650.00   0.49
XYZ11.88387.103422.2175
Yxy7.10340.28840.1724
Hunter Lab26.652232.9490-30.7681
CIE-Lab32.041242.9466-34.9152

#712e83 color RGB value is (113,46,131).

#712e83 hex color red value is 113, green value is 46 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #712e83 hue: 0.80 , saturation: 0.48 and the lightness value of 712e83 is 0.35.

The process color (four color CMYK) of #712e83 color hex is 0.14, 0.65, 0.00, 0.49. Web safe color of #712e83 is #663399. Color #712e83 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 10000011
Octal 161 56 203
Decimal 113 46 131
Hex 71 2E 83

RGB Percentages of Color #712e83

%38.97
%15.86
%45.17

CMYK Percentages of Color #712e83

%14
%65
%0
%49

Triadic Colors of #712e83

#712e83 #83712e #2e8371

Analogous Colors of #712e83

#712e83 #832e6b #472e83

Monochromatic Colors of #712e83

#712e83

Complementary Color

#712e83 #40832e

#712e83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712e83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712e83 Color CSS Codes

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

#712e83 Text Font Color

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

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


#712e83 Background Color

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

This div background color is #712e83


#712e83 Border Color

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

This div border color is #712e83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,46,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712e83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712e83;
  -webkit-box-shadow: 1px 1px 3px 2px #712e83;
  box-shadow:         1px 1px 3px 2px #712e83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712e83


Comments

No comments written yet.

Please login to write comment.