Color Hex Logo

#6811fa Color Hex

#6811FA
(104,17,250)
0 Favorites   0 Comments

Color spaces of #6811fa

RGB 10417250
HSL0.730.960.52
HSV262°93°98°
CMYK 0.580.930.00   0.02
XYZ23.164710.246191.1993
Yxy10.24610.18590.0822
Hunter Lab32.009573.1604-146.5182
CIE-Lab38.280578.3519-94.9400

#6811fa color RGB value is (104,17,250).

#6811fa hex color red value is 104, green value is 17 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6811fa hue: 0.73 , saturation: 0.96 and the lightness value of 6811fa is 0.52.

The process color (four color CMYK) of #6811fa color hex is 0.58, 0.93, 0.00, 0.02. Web safe color of #6811fa is #6600ff. Color #6811fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 11111010
Octal 150 21 372
Decimal 104 17 250
Hex 68 11 FA

RGB Percentages of Color #6811fa

%28.03
%4.58
%67.39

CMYK Percentages of Color #6811fa

%58
%93
%0
%2

Triadic Colors of #6811fa

#6811fa #fa6811 #11fa68

Analogous Colors of #6811fa

#6811fa #dd11fa #112ffa

Monochromatic Colors of #6811fa

#6811fa

Complementary Color

#6811fa #a3fa11

#6811fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6811fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6811fa Color CSS Codes

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

#6811fa Text Font Color

<p style="color:#6811fa">Text here</p>

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


#6811fa Background Color

<div style="background-color:#6811fa">
Div content here</div>

This div background color is #6811fa


#6811fa Border Color

<div style="border:3px solid #6811fa">
Div here</div>

This div border color is #6811fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,17,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6811fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6811fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6811fa;
  box-shadow:         1px 1px 3px 2px #6811fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,17,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6811fa


Comments

No comments written yet.

Please login to write comment.