Color Hex Logo

#6805fa Color Hex

#6805FA
(104,5,250)
0 Favorites   0 Comments

Color spaces of #6805fa

RGB 1045250
HSL0.730.960.50
HSV264°98°98°
CMYK 0.580.980.00   0.02
XYZ23.01859.953791.1505
Yxy9.95370.18540.0802
Hunter Lab31.549575.0220-149.2118
CIE-Lab37.759279.9406-95.8052

#6805fa color RGB value is (104,5,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 11111010
Octal 150 5 372
Decimal 104 5 250
Hex 68 5 FA

RGB Percentages of Color #6805fa

%28.97
%1.39
%69.64

CMYK Percentages of Color #6805fa

%58
%98
%0
%2

Triadic Colors of #6805fa

#6805fa #fa6805 #05fa68

Analogous Colors of #6805fa

#6805fa #e305fa #051dfa

Monochromatic Colors of #6805fa

#6805fa

Complementary Color

#6805fa #97fa05

#6805fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6805fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6805fa Color CSS Codes

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

#6805fa Text Font Color

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

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


#6805fa Background Color

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

This div background color is #6805fa


#6805fa Border Color

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

This div border color is #6805fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6805fa


Comments

No comments written yet.

Please login to write comment.