Color Hex Logo

#67064c Color Hex

#67064C
(103,6,76)
0 Favorites   0 Comments

Color spaces of #67064c

RGB 103676
HSL0.880.890.21
HSV317°94°40°
CMYK 0.000.940.26   0.60
XYZ6.96323.53567.1529
Yxy3.53560.39450.2003
Hunter Lab18.803233.1966-9.3922
CIE-Lab22.072645.1094-15.0571

#67064c color RGB value is (103,6,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000110 01001100
Octal 147 6 114
Decimal 103 6 76
Hex 67 6 4C

RGB Percentages of Color #67064c

%55.68
%3.24
%41.08

CMYK Percentages of Color #67064c

%0
%94
%26
%60

Triadic Colors of #67064c

#67064c #4c6706 #064c67

Analogous Colors of #67064c

#67064c #67061c #520667

Monochromatic Colors of #67064c

#67064c

Complementary Color

#67064c #066721

#67064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67064c Color CSS Codes

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

#67064c Text Font Color

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

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


#67064c Background Color

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

This div background color is #67064c


#67064c Border Color

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

This div border color is #67064c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,6,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 #67064c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67064c


Comments

No comments written yet.

Please login to write comment.