Color Hex Logo

#6f3bac Color Hex

#6F3BAC
(111,59,172)
0 Favorites   0 Comments

Color spaces of #6f3bac

RGB 11159172
HSL0.740.490.45
HSV268°66°67°
CMYK 0.350.660.00   0.33
XYZ15.56599.486040.0403
Yxy9.48600.23910.1457
Hunter Lab30.799436.3145-55.5197
CIE-Lab36.903745.5245-52.0746

#6f3bac color RGB value is (111,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111011 10101100
Octal 157 73 254
Decimal 111 59 172
Hex 6F 3B AC

RGB Percentages of Color #6f3bac

%32.46
%17.25
%50.29

CMYK Percentages of Color #6f3bac

%35
%66
%0
%33

Triadic Colors of #6f3bac

#6f3bac #ac6f3b #3bac6f

Analogous Colors of #6f3bac

#6f3bac #a83bac #3b40ac

Monochromatic Colors of #6f3bac

#6f3bac

Complementary Color

#6f3bac #78ac3b

#6f3bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3bac Color CSS Codes

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

#6f3bac Text Font Color

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

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


#6f3bac Background Color

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

This div background color is #6f3bac


#6f3bac Border Color

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

This div border color is #6f3bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3bac


Comments

No comments written yet.

Please login to write comment.