Color Hex Logo

#672161 Color Hex

#672161
(103,33,97)
0 Favorites   0 Comments

Color spaces of #672161

RGB 1033397
HSL0.850.510.27
HSV305°68°40°
CMYK 0.000.680.06   0.60
XYZ8.29504.834311.8052
Yxy4.83430.33270.1939
Hunter Lab21.987028.8650-16.4428
CIE-Lab26.257439.6397-22.5101

#672161 color RGB value is (103,33,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 01100001
Octal 147 41 141
Decimal 103 33 97
Hex 67 21 61

RGB Percentages of Color #672161

%44.21
%14.16
%41.63

CMYK Percentages of Color #672161

%0
%68
%6
%60

Triadic Colors of #672161

#672161 #616721 #216167

Analogous Colors of #672161

#672161 #67213e #4a2167

Monochromatic Colors of #672161

#672161

Complementary Color

#672161 #216727

#672161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672161 Color CSS Codes

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

#672161 Text Font Color

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

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


#672161 Background Color

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

This div background color is #672161


#672161 Border Color

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

This div border color is #672161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672161


Comments

No comments written yet.

Please login to write comment.