Color Hex Logo

#6f5279 Color Hex

#6F5279
(111,82,121)
0 Favorites   0 Comments

Color spaces of #6f5279

RGB 11182121
HSL0.790.190.40
HSV285°32°47°
CMYK 0.080.320.00   0.53
XYZ13.024010.794619.4863
Yxy10.79460.30080.2493
Hunter Lab32.855113.2621-12.1662
CIE-Lab39.232319.7033-17.4794

#6f5279 color RGB value is (111,82,121).

#6f5279 hex color red value is 111, green value is 82 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #6f5279 hue: 0.79 , saturation: 0.19 and the lightness value of 6f5279 is 0.40.

The process color (four color CMYK) of #6f5279 color hex is 0.08, 0.32, 0.00, 0.53. Web safe color of #6f5279 is #666666. Color #6f5279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010010 01111001
Octal 157 122 171
Decimal 111 82 121
Hex 6F 52 79

RGB Percentages of Color #6f5279

%35.35
%26.11
%38.54

CMYK Percentages of Color #6f5279

%8
%32
%0
%53

Triadic Colors of #6f5279

#6f5279 #796f52 #52796f

Analogous Colors of #6f5279

#6f5279 #795270 #5c5279

Monochromatic Colors of #6f5279

#6f5279

Complementary Color

#6f5279 #5c7952

#6f5279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5279 Color CSS Codes

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

#6f5279 Text Font Color

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

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


#6f5279 Background Color

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

This div background color is #6f5279


#6f5279 Border Color

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

This div border color is #6f5279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5279

#6f5279 Color Palettes


Comments

No comments written yet.

Please login to write comment.