Color Hex Logo

#635afa Color Hex

#635AFA
(99,90,250)
0 Favorites   0 Comments

Color spaces of #635afa

RGB 9990250
HSL0.680.940.67
HSV243°64°98°
CMYK 0.600.640.00   0.02
XYZ26.057116.867192.3248
Yxy16.86710.19270.1247
Hunter Lab41.069641.3798-104.5358
CIE-Lab48.092148.5531-78.7958

#635afa color RGB value is (99,90,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011010 11111010
Octal 143 132 372
Decimal 99 90 250
Hex 63 5A FA

RGB Percentages of Color #635afa

%22.55
%20.50
%56.95

CMYK Percentages of Color #635afa

%60
%64
%0
%2

Triadic Colors of #635afa

#635afa #fa635a #5afa63

Analogous Colors of #635afa

#635afa #b35afa #5aa1fa

Monochromatic Colors of #635afa

#635afa

Complementary Color

#635afa #f1fa5a

#635afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#635afa Color CSS Codes

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

#635afa Text Font Color

<p style="color:#635afa">Text here</p>

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


#635afa Background Color

<div style="background-color:#635afa">
Div content here</div>

This div background color is #635afa


#635afa Border Color

<div style="border:3px solid #635afa">
Div here</div>

This div border color is #635afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635afa


Comments

No comments written yet.

Please login to write comment.