Color Hex Logo

#6817fa Color Hex

#6817FA
(104,23,250)
0 Favorites   0 Comments

Color spaces of #6817fa

RGB 10423250
HSL0.730.960.54
HSV261°91°98°
CMYK 0.580.910.00   0.02
XYZ23.270610.458091.2346
Yxy10.45800.18620.0837
Hunter Lab32.338871.8533-144.6323
CIE-Lab38.652277.2252-94.3235

#6817fa color RGB value is (104,23,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 11111010
Octal 150 27 372
Decimal 104 23 250
Hex 68 17 FA

RGB Percentages of Color #6817fa

%27.59
%6.10
%66.31

CMYK Percentages of Color #6817fa

%58
%91
%0
%2

Triadic Colors of #6817fa

#6817fa #fa6817 #17fa68

Analogous Colors of #6817fa

#6817fa #da17fa #1737fa

Monochromatic Colors of #6817fa

#6817fa

Complementary Color

#6817fa #a9fa17

#6817fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6817fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6817fa Color CSS Codes

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

#6817fa Text Font Color

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

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


#6817fa Background Color

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

This div background color is #6817fa


#6817fa Border Color

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

This div border color is #6817fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,23,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 #6817fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6817fa


Comments

No comments written yet.

Please login to write comment.