Color Hex Logo

#6f0748 Color Hex

#6F0748
(111,7,72)
0 Favorites   0 Comments

Color spaces of #6f0748

RGB 111772
HSL0.900.880.23
HSV323°94°44°
CMYK 0.000.940.35   0.56
XYZ7.80123.99936.4917
Yxy3.99930.42650.2186
Hunter Lab19.998234.6349-5.2476
CIE-Lab23.669146.3047-9.7370

#6f0748 color RGB value is (111,7,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000111 01001000
Octal 157 7 110
Decimal 111 7 72
Hex 6F 7 48

RGB Percentages of Color #6f0748

%58.42
%3.68
%37.89

CMYK Percentages of Color #6f0748

%0
%94
%35
%56

Triadic Colors of #6f0748

#6f0748 #486f07 #07486f

Analogous Colors of #6f0748

#6f0748 #6f0714 #62076f

Monochromatic Colors of #6f0748

#6f0748

Complementary Color

#6f0748 #076f2e

#6f0748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0748 Color CSS Codes

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

#6f0748 Text Font Color

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

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


#6f0748 Background Color

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

This div background color is #6f0748


#6f0748 Border Color

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

This div border color is #6f0748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0748


Comments

No comments written yet.

Please login to write comment.