Color Hex Logo

#6f1856 Color Hex

#6F1856
(111,24,86)
0 Favorites   0 Comments

Color spaces of #6f1856

RGB 1112486
HSL0.880.640.26
HSV317°78°44°
CMYK 0.000.780.23   0.56
XYZ8.56194.70479.2609
Yxy4.70470.38010.2088
Hunter Lab21.690332.5019-10.1312
CIE-Lab25.876343.6358-15.7545

#6f1856 color RGB value is (111,24,86).

#6f1856 hex color red value is 111, green value is 24 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #6f1856 hue: 0.88 , saturation: 0.64 and the lightness value of 6f1856 is 0.26.

The process color (four color CMYK) of #6f1856 color hex is 0.00, 0.78, 0.23, 0.56. Web safe color of #6f1856 is #660066. Color #6f1856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011000 01010110
Octal 157 30 126
Decimal 111 24 86
Hex 6F 18 56

RGB Percentages of Color #6f1856

%50.23
%10.86
%38.91

CMYK Percentages of Color #6f1856

%0
%78
%23
%56

Triadic Colors of #6f1856

#6f1856 #566f18 #18566f

Analogous Colors of #6f1856

#6f1856 #6f182a #5c186f

Monochromatic Colors of #6f1856

#6f1856

Complementary Color

#6f1856 #186f31

#6f1856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1856 Color CSS Codes

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

#6f1856 Text Font Color

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

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


#6f1856 Background Color

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

This div background color is #6f1856


#6f1856 Border Color

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

This div border color is #6f1856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1856


Comments

No comments written yet.

Please login to write comment.