Color Hex Logo

#712f67 Color Hex

#712F67
(113,47,103)
0 Favorites   0 Comments

Color spaces of #712f67

RGB 11347103
HSL0.860.410.31
HSV309°58°44°
CMYK 0.000.580.09   0.56
XYZ10.27476.523013.5495
Yxy6.52300.33860.2149
Hunter Lab25.540227.1145-13.5763
CIE-Lab30.695436.9114-19.3414

#712f67 color RGB value is (113,47,103).

#712f67 hex color red value is 113, green value is 47 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #712f67 hue: 0.86 , saturation: 0.41 and the lightness value of 712f67 is 0.31.

The process color (four color CMYK) of #712f67 color hex is 0.00, 0.58, 0.09, 0.56. Web safe color of #712f67 is #663366. Color #712f67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 01100111
Octal 161 57 147
Decimal 113 47 103
Hex 71 2F 67

RGB Percentages of Color #712f67

%42.97
%17.87
%39.16

CMYK Percentages of Color #712f67

%0
%58
%9
%56

Triadic Colors of #712f67

#712f67 #67712f #2f6771

Analogous Colors of #712f67

#712f67 #712f46 #5a2f71

Monochromatic Colors of #712f67

#712f67

Complementary Color

#712f67 #2f7139

#712f67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712f67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712f67 Color CSS Codes

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

#712f67 Text Font Color

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

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


#712f67 Background Color

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

This div background color is #712f67


#712f67 Border Color

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

This div border color is #712f67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712f67


Comments

No comments written yet.

Please login to write comment.