Color Hex Logo

#6808ff Color Hex

#6808FF
(104,8,255)
0 Favorites   0 Comments

Color spaces of #6808ff

RGB 1048255
HSL0.731.000.52
HSV263°97°100°
CMYK 0.590.970.00   0.00
XYZ23.845810.336795.3461
Yxy10.33670.18410.0798
Hunter Lab32.150776.1274-153.3247
CIE-Lab38.440180.6958-97.4801

#6808ff color RGB value is (104,8,255).

#6808ff hex color red value is 104, green value is 8 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6808ff hue: 0.73 , saturation: 1.00 and the lightness value of 6808ff is 0.52.

The process color (four color CMYK) of #6808ff color hex is 0.59, 0.97, 0.00, 0.00. Web safe color of #6808ff is #6600ff. Color #6808ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001000 11111111
Octal 150 10 377
Decimal 104 8 255
Hex 68 8 FF

RGB Percentages of Color #6808ff

%28.34
%2.18
%69.48

CMYK Percentages of Color #6808ff

%59
%97
%0
%0

Triadic Colors of #6808ff

#6808ff #ff6808 #08ff68

Analogous Colors of #6808ff

#6808ff #e408ff #0823ff

Monochromatic Colors of #6808ff

#6808ff

Complementary Color

#6808ff #9fff08

#6808ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6808ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6808ff Color CSS Codes

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

#6808ff Text Font Color

<p style="color:#6808ff">Text here</p>

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


#6808ff Background Color

<div style="background-color:#6808ff">
Div content here</div>

This div background color is #6808ff


#6808ff Border Color

<div style="border:3px solid #6808ff">
Div here</div>

This div border color is #6808ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,8,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6808ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6808ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6808ff;
  box-shadow:         1px 1px 3px 2px #6808ff; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6808ff

Related Colors


Comments

No comments written yet.

Please login to write comment.