Color Hex Logo

#672160 Color Hex

#672160
(103,33,96)
0 Favorites   0 Comments

Color spaces of #672160

RGB 1033396
HSL0.850.510.27
HSV306°68°40°
CMYK 0.000.680.07   0.60
XYZ8.24874.815811.5611
Yxy4.81580.33500.1956
Hunter Lab21.944928.6913-15.8739
CIE-Lab26.203439.4589-21.9413

#672160 color RGB value is (103,33,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 01100000
Octal 147 41 140
Decimal 103 33 96
Hex 67 21 60

RGB Percentages of Color #672160

%44.40
%14.22
%41.38

CMYK Percentages of Color #672160

%0
%68
%7
%60

Triadic Colors of #672160

#672160 #606721 #216067

Analogous Colors of #672160

#672160 #67213d #4b2167

Monochromatic Colors of #672160

#672160

Complementary Color

#672160 #216728

#672160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672160 Color CSS Codes

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

#672160 Text Font Color

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

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


#672160 Background Color

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

This div background color is #672160


#672160 Border Color

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

This div border color is #672160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672160


Comments

No comments written yet.

Please login to write comment.