Color Hex Logo

#6414fe Color Hex

#6414FE
(100,20,254)
0 Favorites   0 Comments

Color spaces of #6414fe

RGB 10020254
HSL0.720.990.54
HSV261°92°100°
CMYK 0.610.920.00   0.00
XYZ23.395110.365494.5336
Yxy10.36540.18240.0808
Hunter Lab32.195373.3671-151.5536
CIE-Lab38.490478.4794-96.8482

#6414fe color RGB value is (100,20,254).

#6414fe hex color red value is 100, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6414fe hue: 0.72 , saturation: 0.99 and the lightness value of 6414fe is 0.54.

The process color (four color CMYK) of #6414fe color hex is 0.61, 0.92, 0.00, 0.00. Web safe color of #6414fe is #6600ff. Color #6414fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 11111110
Octal 144 24 376
Decimal 100 20 254
Hex 64 14 FE

RGB Percentages of Color #6414fe

%26.74
%5.35
%67.91

CMYK Percentages of Color #6414fe

%61
%92
%0
%0

Triadic Colors of #6414fe

#6414fe #fe6414 #14fe64

Analogous Colors of #6414fe

#6414fe #d914fe #1439fe

Monochromatic Colors of #6414fe

#6414fe

Complementary Color

#6414fe #aefe14

#6414fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6414fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6414fe Color CSS Codes

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

#6414fe Text Font Color

<p style="color:#6414fe">Text here</p>

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


#6414fe Background Color

<div style="background-color:#6414fe">
Div content here</div>

This div background color is #6414fe


#6414fe Border Color

<div style="border:3px solid #6414fe">
Div here</div>

This div border color is #6414fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,20,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6414fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6414fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6414fe;
  box-shadow:         1px 1px 3px 2px #6414fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,20,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 #6414fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6414fe


Comments

No comments written yet.

Please login to write comment.