Color Hex Logo

#6500fa Color Hex

#6500FA
(101,0,250)
0 Favorites   0 Comments

Color spaces of #6500fa

RGB 1010250
HSL0.731.000.49
HSV264°100°98°
CMYK 0.601.000.00   0.02
XYZ22.62219.668891.1164
Yxy9.66880.18330.0783
Hunter Lab31.094775.4471-151.9705
CIE-Lab37.241380.3734-96.6746

#6500fa color RGB value is (101,0,250).

#6500fa hex color red value is 101, green value is 0 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6500fa hue: 0.73 , saturation: 1.00 and the lightness value of 6500fa is 0.49.

The process color (four color CMYK) of #6500fa color hex is 0.60, 1.00, 0.00, 0.02. Web safe color of #6500fa is #6600ff. Color #6500fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00000000 11111010
Octal 145 0 372
Decimal 101 0 250
Hex 65 0 FA

RGB Percentages of Color #6500fa

%28.77
%0.00
%71.23

CMYK Percentages of Color #6500fa

%60
%100
%0
%2

Triadic Colors of #6500fa

#6500fa #fa6500 #00fa65

Analogous Colors of #6500fa

#6500fa #e200fa #0018fa

Monochromatic Colors of #6500fa

#6500fa

Complementary Color

#6500fa #95fa00

#6500fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6500fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6500fa Color CSS Codes

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

#6500fa Text Font Color

<p style="color:#6500fa">Text here</p>

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


#6500fa Background Color

<div style="background-color:#6500fa">
Div content here</div>

This div background color is #6500fa


#6500fa Border Color

<div style="border:3px solid #6500fa">
Div here</div>

This div border color is #6500fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,0,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6500fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6500fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6500fa;
  box-shadow:         1px 1px 3px 2px #6500fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,0,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6500fa

Related Colors


Comments

No comments written yet.

Please login to write comment.