Color Hex Logo

#6f135e Color Hex

#6F135E
(111,19,94)
0 Favorites   0 Comments

Color spaces of #6f135e

RGB 1111994
HSL0.860.710.25
HSV311°83°44°
CMYK 0.000.830.15   0.56
XYZ8.80884.653411.0236
Yxy4.65340.35980.1900
Hunter Lab21.571735.1398-15.1982
CIE-Lab25.723646.4283-21.2775

#6f135e color RGB value is (111,19,94).

#6f135e hex color red value is 111, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6f135e hue: 0.86 , saturation: 0.71 and the lightness value of 6f135e is 0.25.

The process color (four color CMYK) of #6f135e color hex is 0.00, 0.83, 0.15, 0.56. Web safe color of #6f135e is #660066. Color #6f135e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00010011 01011110
Octal 157 23 136
Decimal 111 19 94
Hex 6F 13 5E

RGB Percentages of Color #6f135e

%49.55
%8.48
%41.96

CMYK Percentages of Color #6f135e

%0
%83
%15
%56

Triadic Colors of #6f135e

#6f135e #5e6f13 #135e6f

Analogous Colors of #6f135e

#6f135e #6f1330 #52136f

Monochromatic Colors of #6f135e

#6f135e

Complementary Color

#6f135e #136f24

#6f135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f135e Color CSS Codes

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

#6f135e Text Font Color

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

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


#6f135e Background Color

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

This div background color is #6f135e


#6f135e Border Color

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

This div border color is #6f135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f135e


Comments

No comments written yet.

Please login to write comment.