Color Hex Logo

#6f4174 Color Hex

#6F4174
(111,65,116)
0 Favorites   0 Comments

Color spaces of #6f4174

RGB 11165116
HSL0.820.280.35
HSV294°44°45°
CMYK 0.040.440.00   0.55
XYZ11.59828.421117.5371
Yxy8.42110.30880.2242
Hunter Lab29.019120.5584-15.5173
CIE-Lab34.844928.8422-21.1531

#6f4174 color RGB value is (111,65,116).

#6f4174 hex color red value is 111, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #6f4174 hue: 0.82 , saturation: 0.28 and the lightness value of 6f4174 is 0.35.

The process color (four color CMYK) of #6f4174 color hex is 0.04, 0.44, 0.00, 0.55. Web safe color of #6f4174 is #663366. Color #6f4174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000001 01110100
Octal 157 101 164
Decimal 111 65 116
Hex 6F 41 74

RGB Percentages of Color #6f4174

%38.01
%22.26
%39.73

CMYK Percentages of Color #6f4174

%4
%44
%0
%55

Triadic Colors of #6f4174

#6f4174 #746f41 #41746f

Analogous Colors of #6f4174

#6f4174 #744160 #554174

Monochromatic Colors of #6f4174

#6f4174

Complementary Color

#6f4174 #467441

#6f4174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4174 Color CSS Codes

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

#6f4174 Text Font Color

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

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


#6f4174 Background Color

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

This div background color is #6f4174


#6f4174 Border Color

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

This div border color is #6f4174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4174


Comments

No comments written yet.

Please login to write comment.