Color Hex Logo

#6818fb Color Hex

#6818FB
(104,24,251)
0 Favorites   0 Comments

Color spaces of #6818fb

RGB 10424251
HSL0.730.970.54
HSV261°90°98°
CMYK 0.590.900.00   0.02
XYZ23.448110.561492.0695
Yxy10.56140.18600.0838
Hunter Lab32.498371.9188-145.2230
CIE-Lab38.831777.2446-94.5874

#6818fb color RGB value is (104,24,251).

#6818fb hex color red value is 104, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6818fb hue: 0.73 , saturation: 0.97 and the lightness value of 6818fb is 0.54.

The process color (four color CMYK) of #6818fb color hex is 0.59, 0.90, 0.00, 0.02. Web safe color of #6818fb is #6600ff. Color #6818fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00011000 11111011
Octal 150 30 373
Decimal 104 24 251
Hex 68 18 FB

RGB Percentages of Color #6818fb

%27.44
%6.33
%66.23

CMYK Percentages of Color #6818fb

%59
%90
%0
%2

Triadic Colors of #6818fb

#6818fb #fb6818 #18fb68

Analogous Colors of #6818fb

#6818fb #da18fb #1839fb

Monochromatic Colors of #6818fb

#6818fb

Complementary Color

#6818fb #abfb18

#6818fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6818fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6818fb Color CSS Codes

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

#6818fb Text Font Color

<p style="color:#6818fb">Text here</p>

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


#6818fb Background Color

<div style="background-color:#6818fb">
Div content here</div>

This div background color is #6818fb


#6818fb Border Color

<div style="border:3px solid #6818fb">
Div here</div>

This div border color is #6818fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,24,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6818fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6818fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6818fb;
  box-shadow:         1px 1px 3px 2px #6818fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6818fb


Comments

No comments written yet.

Please login to write comment.