Color Hex Logo

#67164c Color Hex

#67164C
(103,22,76)
0 Favorites   0 Comments

Color spaces of #67164c

RGB 1032276
HSL0.890.650.25
HSV320°79°40°
CMYK 0.000.790.26   0.60
XYZ7.18493.97927.2268
Yxy3.97920.39070.2164
Hunter Lab19.947929.3837-7.5162
CIE-Lab23.602640.7119-12.6962

#67164c color RGB value is (103,22,76).

#67164c hex color red value is 103, green value is 22 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #67164c hue: 0.89 , saturation: 0.65 and the lightness value of 67164c is 0.25.

The process color (four color CMYK) of #67164c color hex is 0.00, 0.79, 0.26, 0.60. Web safe color of #67164c is #660033. Color #67164c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010110 01001100
Octal 147 26 114
Decimal 103 22 76
Hex 67 16 4C

RGB Percentages of Color #67164c

%51.24
%10.95
%37.81

CMYK Percentages of Color #67164c

%0
%79
%26
%60

Triadic Colors of #67164c

#67164c #4c6716 #164c67

Analogous Colors of #67164c

#67164c #671624 #5a1667

Monochromatic Colors of #67164c

#67164c

Complementary Color

#67164c #166731

#67164c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67164c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67164c Color CSS Codes

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

#67164c Text Font Color

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

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


#67164c Background Color

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

This div background color is #67164c


#67164c Border Color

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

This div border color is #67164c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,22,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67164c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67164c;
  -webkit-box-shadow: 1px 1px 3px 2px #67164c;
  box-shadow:         1px 1px 3px 2px #67164c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67164c


Comments

No comments written yet.

Please login to write comment.