Color Hex Logo

#6f39ac Color Hex

#6F39AC
(111,57,172)
0 Favorites   0 Comments

Color spaces of #6f39ac

RGB 11157172
HSL0.740.500.45
HSV268°67°67°
CMYK 0.350.670.00   0.33
XYZ15.46519.284340.0067
Yxy9.28430.23880.1434
Hunter Lab30.470137.2748-56.5175
CIE-Lab36.526046.5605-52.6856

#6f39ac color RGB value is (111,57,172).

#6f39ac hex color red value is 111, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6f39ac hue: 0.74 , saturation: 0.50 and the lightness value of 6f39ac is 0.45.

The process color (four color CMYK) of #6f39ac color hex is 0.35, 0.67, 0.00, 0.33. Web safe color of #6f39ac is #663399. Color #6f39ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111001 10101100
Octal 157 71 254
Decimal 111 57 172
Hex 6F 39 AC

RGB Percentages of Color #6f39ac

%32.65
%16.76
%50.59

CMYK Percentages of Color #6f39ac

%35
%67
%0
%33

Triadic Colors of #6f39ac

#6f39ac #ac6f39 #39ac6f

Analogous Colors of #6f39ac

#6f39ac #a939ac #393dac

Monochromatic Colors of #6f39ac

#6f39ac

Complementary Color

#6f39ac #76ac39

#6f39ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f39ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f39ac Color CSS Codes

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

#6f39ac Text Font Color

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

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


#6f39ac Background Color

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

This div background color is #6f39ac


#6f39ac Border Color

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

This div border color is #6f39ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f39ac


Comments

No comments written yet.

Please login to write comment.