Color Hex Logo

#6f0176 Color Hex

#6F0176
(111,1,118)
0 Favorites   0 Comments

Color spaces of #6f0176

RGB 1111118
HSL0.820.980.23
HSV296°99°46°
CMYK 0.060.990.00   0.54
XYZ9.83644.709217.5301
Yxy4.70920.30670.1468
Hunter Lab21.700742.9335-32.7047
CIE-Lab25.889754.1894-36.5787

#6f0176 color RGB value is (111,1,118).

#6f0176 hex color red value is 111, green value is 1 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #6f0176 hue: 0.82 , saturation: 0.98 and the lightness value of 6f0176 is 0.23.

The process color (four color CMYK) of #6f0176 color hex is 0.06, 0.99, 0.00, 0.54. Web safe color of #6f0176 is #660066. Color #6f0176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00000001 01110110
Octal 157 1 166
Decimal 111 1 118
Hex 6F 1 76

RGB Percentages of Color #6f0176

%48.26
%0.43
%51.30

CMYK Percentages of Color #6f0176

%6
%99
%0
%54

Triadic Colors of #6f0176

#6f0176 #766f01 #01766f

Analogous Colors of #6f0176

#6f0176 #760143 #350176

Monochromatic Colors of #6f0176

#6f0176

Complementary Color

#6f0176 #087601

#6f0176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0176 Color CSS Codes

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

#6f0176 Text Font Color

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

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


#6f0176 Background Color

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

This div background color is #6f0176


#6f0176 Border Color

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

This div border color is #6f0176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0176


Comments

No comments written yet.

Please login to write comment.