Color Hex Logo

#67106f Color Hex

#67106F
(103,16,111)
0 Favorites   0 Comments

Color spaces of #67106f

RGB 10316111
HSL0.820.750.25
HSV295°86°44°
CMYK 0.070.860.00   0.56
XYZ8.64814.401815.4328
Yxy4.40180.30360.1545
Hunter Lab20.980536.8615-28.9262
CIE-Lab24.957648.3454-33.6611

#67106f color RGB value is (103,16,111).

#67106f hex color red value is 103, green value is 16 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #67106f hue: 0.82 , saturation: 0.75 and the lightness value of 67106f is 0.25.

The process color (four color CMYK) of #67106f color hex is 0.07, 0.86, 0.00, 0.56. Web safe color of #67106f is #660066. Color #67106f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010000 01101111
Octal 147 20 157
Decimal 103 16 111
Hex 67 10 6F

RGB Percentages of Color #67106f

%44.78
%6.96
%48.26

CMYK Percentages of Color #67106f

%7
%86
%0
%56

Triadic Colors of #67106f

#67106f #6f6710 #106f67

Analogous Colors of #67106f

#67106f #6f1048 #37106f

Monochromatic Colors of #67106f

#67106f

Complementary Color

#67106f #186f10

#67106f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67106f Color Preview on White Background

Lorem ipsum dolor sit amet.

#67106f Color CSS Codes

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

#67106f Text Font Color

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

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


#67106f Background Color

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

This div background color is #67106f


#67106f Border Color

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

This div border color is #67106f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,16,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67106f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67106f;
  -webkit-box-shadow: 1px 1px 3px 2px #67106f;
  box-shadow:         1px 1px 3px 2px #67106f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67106f


Comments

No comments written yet.

Please login to write comment.