Color Hex Logo

#6f044e Color Hex

#6F044E
(111,4,78)
0 Favorites   0 Comments

Color spaces of #6f044e

RGB 111478
HSL0.880.930.23
HSV319°96°44°
CMYK 0.000.960.30   0.56
XYZ7.97414.01647.5627
Yxy4.01640.40780.2054
Hunter Lab20.041035.9517-8.3451
CIE-Lab23.725647.6549-13.7197

#6f044e color RGB value is (111,4,78).

#6f044e hex color red value is 111, green value is 4 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6f044e hue: 0.88 , saturation: 0.93 and the lightness value of 6f044e is 0.23.

The process color (four color CMYK) of #6f044e color hex is 0.00, 0.96, 0.30, 0.56. Web safe color of #6f044e is #660066. Color #6f044e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000100 01001110
Octal 157 4 116
Decimal 111 4 78
Hex 6F 4 4E

RGB Percentages of Color #6f044e

%57.51
%2.07
%40.41

CMYK Percentages of Color #6f044e

%0
%96
%30
%56

Triadic Colors of #6f044e

#6f044e #4e6f04 #044e6f

Analogous Colors of #6f044e

#6f044e #6f0418 #5b046f

Monochromatic Colors of #6f044e

#6f044e

Complementary Color

#6f044e #046f25

#6f044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f044e Color CSS Codes

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

#6f044e Text Font Color

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

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


#6f044e Background Color

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

This div background color is #6f044e


#6f044e Border Color

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

This div border color is #6f044e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f044e


Comments

No comments written yet.

Please login to write comment.