Color Hex Logo

#6513fe Color Hex

#6513FE
(101,19,254)
0 Favorites   0 Comments

Color spaces of #6513fe

RGB 10119254
HSL0.720.990.54
HSV261°93°100°
CMYK 0.600.930.00   0.00
XYZ23.489110.388294.5330
Yxy10.38820.18290.0809
Hunter Lab32.230773.6834-151.3365
CIE-Lab38.530378.7264-96.7790

#6513fe color RGB value is (101,19,254).

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

The process color (four color CMYK) of #6513fe color hex is 0.60, 0.93, 0.00, 0.00. Web safe color of #6513fe is #6600ff. Color #6513fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00010011 11111110
Octal 145 23 376
Decimal 101 19 254
Hex 65 13 FE

RGB Percentages of Color #6513fe

%27.01
%5.08
%67.91

CMYK Percentages of Color #6513fe

%60
%93
%0
%0

Triadic Colors of #6513fe

#6513fe #fe6513 #13fe65

Analogous Colors of #6513fe

#6513fe #db13fe #1336fe

Monochromatic Colors of #6513fe

#6513fe

Complementary Color

#6513fe #acfe13

#6513fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6513fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6513fe Color CSS Codes

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

#6513fe Text Font Color

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

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


#6513fe Background Color

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

This div background color is #6513fe


#6513fe Border Color

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

This div border color is #6513fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6513fe


Comments

No comments written yet.

Please login to write comment.