Color Hex Logo

#6f0741 Color Hex

#6F0741
(111,7,65)
0 Favorites   0 Comments

Color spaces of #6f0741

RGB 111765
HSL0.910.880.23
HSV327°94°44°
CMYK 0.000.940.41   0.56
XYZ7.58573.91315.3565
Yxy3.91310.45000.2322
Hunter Lab19.781633.8323-2.2076
CIE-Lab23.382045.5226-5.3830

#6f0741 color RGB value is (111,7,65).

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

The process color (four color CMYK) of #6f0741 color hex is 0.00, 0.94, 0.41, 0.56. Web safe color of #6f0741 is #660033. Color #6f0741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000111 01000001
Octal 157 7 101
Decimal 111 7 65
Hex 6F 7 41

RGB Percentages of Color #6f0741

%60.66
%3.83
%35.52

CMYK Percentages of Color #6f0741

%0
%94
%41
%56

Triadic Colors of #6f0741

#6f0741 #416f07 #07416f

Analogous Colors of #6f0741

#6f0741 #6f070d #69076f

Monochromatic Colors of #6f0741

#6f0741

Complementary Color

#6f0741 #076f35

#6f0741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0741 Color CSS Codes

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

#6f0741 Text Font Color

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

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


#6f0741 Background Color

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

This div background color is #6f0741


#6f0741 Border Color

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

This div border color is #6f0741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0741


Comments

No comments written yet.

Please login to write comment.