Color Hex Logo

#6f013f Color Hex

#6F013F
(111,1,63)
0 Favorites   0 Comments

Color spaces of #6f013f

RGB 111163
HSL0.910.980.22
HSV326°99°44°
CMYK 0.000.990.43   0.56
XYZ7.46363.76015.0350
Yxy3.76010.45910.2313
Hunter Lab19.391034.7706-1.8214
CIE-Lab22.861946.6031-4.7832

#6f013f color RGB value is (111,1,63).

#6f013f hex color red value is 111, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6f013f hue: 0.91 , saturation: 0.98 and the lightness value of 6f013f is 0.22.

The process color (four color CMYK) of #6f013f color hex is 0.00, 0.99, 0.43, 0.56. Web safe color of #6f013f is #660033. Color #6f013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000001 00111111
Octal 157 1 77
Decimal 111 1 63
Hex 6F 1 3F

RGB Percentages of Color #6f013f

%63.43
%0.57
%36.00

CMYK Percentages of Color #6f013f

%0
%99
%43
%56

Triadic Colors of #6f013f

#6f013f #3f6f01 #013f6f

Analogous Colors of #6f013f

#6f013f #6f0108 #68016f

Monochromatic Colors of #6f013f

#6f013f

Complementary Color

#6f013f #016f31

#6f013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f013f Color CSS Codes

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

#6f013f Text Font Color

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

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


#6f013f Background Color

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

This div background color is #6f013f


#6f013f Border Color

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

This div border color is #6f013f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,1,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f013f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f013f;
  -webkit-box-shadow: 1px 1px 3px 2px #6f013f;
  box-shadow:         1px 1px 3px 2px #6f013f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f013f


Comments

No comments written yet.

Please login to write comment.