Color Hex Logo

#6351fa Color Hex

#6351FA
(99,81,250)
0 Favorites   0 Comments

Color spaces of #6351fa

RGB 9981250
HSL0.680.940.65
HSV246°68°98°
CMYK 0.600.680.00   0.02
XYZ25.343315.439692.0869
Yxy15.43960.19070.1162
Hunter Lab39.293346.3654-111.4456
CIE-Lab46.230553.5840-81.8428

#6351fa color RGB value is (99,81,250).

#6351fa hex color red value is 99, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6351fa hue: 0.68 , saturation: 0.94 and the lightness value of 6351fa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010001 11111010
Octal 143 121 372
Decimal 99 81 250
Hex 63 51 FA

RGB Percentages of Color #6351fa

%23.02
%18.84
%58.14

CMYK Percentages of Color #6351fa

%60
%68
%0
%2

Triadic Colors of #6351fa

#6351fa #fa6351 #51fa63

Analogous Colors of #6351fa

#6351fa #b851fa #5194fa

Monochromatic Colors of #6351fa

#6351fa

Complementary Color

#6351fa #e8fa51

#6351fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6351fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6351fa Color CSS Codes

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

#6351fa Text Font Color

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

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


#6351fa Background Color

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

This div background color is #6351fa


#6351fa Border Color

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

This div border color is #6351fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,81,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 #6351fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6351fa


Comments

No comments written yet.

Please login to write comment.