Color Hex Logo

#712667 Color Hex

#712667
(113,38,103)
0 Favorites   0 Comments

Color spaces of #712667

RGB 11338103
HSL0.860.500.30
HSV308°66°44°
CMYK 0.000.660.09   0.56
XYZ9.95135.876213.4417
Yxy5.87620.34000.2008
Hunter Lab24.240930.8558-15.9080
CIE-Lab29.098041.2711-21.8301

#712667 color RGB value is (113,38,103).

#712667 hex color red value is 113, green value is 38 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #712667 hue: 0.86 , saturation: 0.50 and the lightness value of 712667 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 01100111
Octal 161 46 147
Decimal 113 38 103
Hex 71 26 67

RGB Percentages of Color #712667

%44.49
%14.96
%40.55

CMYK Percentages of Color #712667

%0
%66
%9
%56

Triadic Colors of #712667

#712667 #677126 #266771

Analogous Colors of #712667

#712667 #712642 #562671

Monochromatic Colors of #712667

#712667

Complementary Color

#712667 #267130

#712667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712667 Color CSS Codes

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

#712667 Text Font Color

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

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


#712667 Background Color

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

This div background color is #712667


#712667 Border Color

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

This div border color is #712667


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,38,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 #712667">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712667


Comments

No comments written yet.

Please login to write comment.