Color Hex Logo

#6f3fab Color Hex

#6F3FAB
(111,63,171)
0 Favorites   0 Comments

Color spaces of #6f3fab

RGB 11163171
HSL0.740.460.46
HSV267°63°67°
CMYK 0.350.630.00   0.33
XYZ15.68379.874839.6075
Yxy9.87480.24070.1515
Hunter Lab31.424234.0964-52.7330
CIE-Lab37.616843.1390-50.3269

#6f3fab color RGB value is (111,63,171).

#6f3fab hex color red value is 111, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6f3fab hue: 0.74 , saturation: 0.46 and the lightness value of 6f3fab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111111 10101011
Octal 157 77 253
Decimal 111 63 171
Hex 6F 3F AB

RGB Percentages of Color #6f3fab

%32.17
%18.26
%49.57

CMYK Percentages of Color #6f3fab

%35
%63
%0
%33

Triadic Colors of #6f3fab

#6f3fab #ab6f3f #3fab6f

Analogous Colors of #6f3fab

#6f3fab #a53fab #3f45ab

Monochromatic Colors of #6f3fab

#6f3fab

Complementary Color

#6f3fab #7bab3f

#6f3fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3fab Color CSS Codes

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

#6f3fab Text Font Color

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

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


#6f3fab Background Color

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

This div background color is #6f3fab


#6f3fab Border Color

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

This div border color is #6f3fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3fab


Comments

No comments written yet.

Please login to write comment.