Color Hex Logo

#6f314e Color Hex

#6F314E
(111,49,78)
0 Favorites   0 Comments

Color spaces of #6f314e

RGB 1114978
HSL0.920.390.31
HSV332°56°44°
CMYK 0.000.560.30   0.56
XYZ9.02906.12627.9143
Yxy6.12620.39140.2656
Hunter Lab24.751221.8007-1.6324
CIE-Lab29.728631.0350-4.6244

#6f314e color RGB value is (111,49,78).

#6f314e hex color red value is 111, green value is 49 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #6f314e hue: 0.92 , saturation: 0.39 and the lightness value of 6f314e is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110001 01001110
Octal 157 61 116
Decimal 111 49 78
Hex 6F 31 4E

RGB Percentages of Color #6f314e

%46.64
%20.59
%32.77

CMYK Percentages of Color #6f314e

%0
%56
%30
%56

Triadic Colors of #6f314e

#6f314e #4e6f31 #314e6f

Analogous Colors of #6f314e

#6f314e #6f3331 #6f316d

Monochromatic Colors of #6f314e

#6f314e

Complementary Color

#6f314e #316f52

#6f314e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f314e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f314e Color CSS Codes

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

#6f314e Text Font Color

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

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


#6f314e Background Color

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

This div background color is #6f314e


#6f314e Border Color

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

This div border color is #6f314e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,49,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 #6f314e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f314e


Comments

No comments written yet.

Please login to write comment.