Color Hex Logo

#6d08fe Color Hex

#6D08FE
(109,8,254)
0 Favorites   0 Comments

Color spaces of #6d08fe

RGB 1098254
HSL0.740.990.51
HSV265°97°100°
CMYK 0.570.970.00   0.00
XYZ24.282910.580694.5283
Yxy10.58060.18770.0818
Hunter Lab32.527876.3313-149.5317
CIE-Lab38.864980.7797-96.1990

#6d08fe color RGB value is (109,8,254).

#6d08fe hex color red value is 109, green value is 8 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6d08fe hue: 0.74 , saturation: 0.99 and the lightness value of 6d08fe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00001000 11111110
Octal 155 10 376
Decimal 109 8 254
Hex 6D 8 FE

RGB Percentages of Color #6d08fe

%29.38
%2.16
%68.46

CMYK Percentages of Color #6d08fe

%57
%97
%0
%0

Triadic Colors of #6d08fe

#6d08fe #fe6d08 #08fe6d

Analogous Colors of #6d08fe

#6d08fe #e808fe #081efe

Monochromatic Colors of #6d08fe

#6d08fe

Complementary Color

#6d08fe #99fe08

#6d08fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d08fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d08fe Color CSS Codes

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

#6d08fe Text Font Color

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

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


#6d08fe Background Color

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

This div background color is #6d08fe


#6d08fe Border Color

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

This div border color is #6d08fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,8,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d08fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d08fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6d08fe;
  box-shadow:         1px 1px 3px 2px #6d08fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,8,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d08fe


Comments

No comments written yet.

Please login to write comment.