Color Hex Logo

#6f1aff Color Hex

#6F1AFF
(111,26,255)
1 Favorites   0 Comments

Color spaces of #6f1aff

RGB 11126255
HSL0.731.000.55
HSV262°90°100°
CMYK 0.560.900.00   0.00
XYZ24.974911.338395.4799
Yxy11.33830.18950.0860
Hunter Lab33.672473.4672-144.5493
CIE-Lab40.144578.2497-94.6309

#6f1aff color RGB value is (111,26,255).

#6f1aff hex color red value is 111, green value is 26 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6f1aff hue: 0.73 , saturation: 1.00 and the lightness value of 6f1aff is 0.55.

The process color (four color CMYK) of #6f1aff color hex is 0.56, 0.90, 0.00, 0.00. Web safe color of #6f1aff is #6633ff. Color #6f1aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00011010 11111111
Octal 157 32 377
Decimal 111 26 255
Hex 6F 1A FF

RGB Percentages of Color #6f1aff

%28.32
%6.63
%65.05

CMYK Percentages of Color #6f1aff

%56
%90
%0
%0

Triadic Colors of #6f1aff

#6f1aff #ff6f1a #1aff6f

Analogous Colors of #6f1aff

#6f1aff #e21aff #1a38ff

Monochromatic Colors of #6f1aff

#6f1aff

Complementary Color

#6f1aff #aaff1a

#6f1aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f1aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f1aff Color CSS Codes

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

#6f1aff Text Font Color

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

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


#6f1aff Background Color

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

This div background color is #6f1aff


#6f1aff Border Color

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

This div border color is #6f1aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f1aff

#6f1aff Color Palettes


Comments

No comments written yet.

Please login to write comment.