Color Hex Logo

#672156 Color Hex

#672156
(103,33,86)
0 Favorites   0 Comments

Color spaces of #672156

RGB 1033386
HSL0.870.510.27
HSV315°68°40°
CMYK 0.000.680.17   0.60
XYZ7.81714.64329.2883
Yxy4.64320.35940.2135
Hunter Lab21.548127.0461-10.4733
CIE-Lab25.693137.7284-16.1572

#672156 color RGB value is (103,33,86).

#672156 hex color red value is 103, green value is 33 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #672156 hue: 0.87 , saturation: 0.51 and the lightness value of 672156 is 0.27.

The process color (four color CMYK) of #672156 color hex is 0.00, 0.68, 0.17, 0.60. Web safe color of #672156 is #663366. Color #672156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 01010110
Octal 147 41 126
Decimal 103 33 86
Hex 67 21 56

RGB Percentages of Color #672156

%46.40
%14.86
%38.74

CMYK Percentages of Color #672156

%0
%68
%17
%60

Triadic Colors of #672156

#672156 #566721 #215667

Analogous Colors of #672156

#672156 #672133 #552167

Monochromatic Colors of #672156

#672156

Complementary Color

#672156 #216732

#672156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672156 Color CSS Codes

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

#672156 Text Font Color

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

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


#672156 Background Color

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

This div background color is #672156


#672156 Border Color

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

This div border color is #672156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672156


Comments

No comments written yet.

Please login to write comment.